2022-05-27 23:27:40 +00:00
|
|
|
---
|
2022-07-08 04:09:19 +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-07-08 04:09:19 +00:00
|
|
|
|
2022-05-27 23:27:40 +00:00
|
|
|
- include: harden.yml
|
|
|
|
# become: true
|
2022-07-07 20:48:50 +00:00
|
|
|
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
|