first commit

This commit is contained in:
Brandon Shipley
2022-05-27 16:27:40 -07:00
commit 099943f324
10 changed files with 285 additions and 0 deletions

20
tasks/main.yml Normal file
View File

@@ -0,0 +1,20 @@
---
# 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