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

20 lines
370 B
YAML
Raw Normal View History

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