ansible-role-rocketchat/tasks/main.yml

14 lines
245 B
YAML
Raw Normal View History

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