Files
ansible-role-rocketchat/tasks/main.yml

14 lines
245 B
YAML
Raw Normal View History

2022-05-27 16:27:40 -07:00
---
# tasks file for setting up a rocketchat server on ubuntu20.04
2022-05-27 16:27:40 -07:00
- include: ssh_port_fallback.yml
2022-05-27 16:27:40 -07:00
- include: harden.yml
# become: true
when: harden_os
tags: harden
2022-05-27 16:27:40 -07:00
- include: docker.yml
2022-07-07 18:56:25 -07:00
tags: install-docker
2022-05-27 16:27:40 -07:00
- include: rocketchat.yml