Files
ansible-role-rocketchat/tasks/main.yml
Brandon Shipley 099943f324 first commit
2022-05-27 16:27:40 -07:00

21 lines
386 B
YAML

---
# tasks file for setting up an assetto server on ubuntu20.04
- include: ssh_port_fallback.yml
- include: harden.yml
# become: true
# apply tags,become
# when: harden_os
# tags: harden
- include: docker.yml
# become: true
# apply tags,become
# when: harden_os
# tags: harden
- include: rocketchat.yml
# become: true
# apply tags,become
# when: harden_os
# tags: harden