This commit is contained in:
Torma Kristóf 2022-02-19 22:17:17 +01:00
parent 2a66c402bf
commit 4da2113062
2 changed files with 4 additions and 10 deletions

View File

@ -9,4 +9,4 @@ all:
testhost: testhost:
ansible_host: 192.168.69.102 ansible_host: 192.168.69.102
rabbit: rabbit:
ansible_host: 192.168.69.14 ansible_host: 192.168.69.19

View File

@ -1,13 +1,7 @@
--- ---
- name: "Test ansbile roles" - name: "Setup watch2gether"
hosts: woolsey hosts: rabbit
roles: roles:
- common - common
- docker - docker
- mariadb - webserver
- postgresql
- backupscript
- internalsmtp
- smtpgateway
- webgateway
- webserver