diff --git a/inventory.yaml b/inventory.yaml index 7c8a86b..2d14f62 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -9,4 +9,4 @@ all: testhost: ansible_host: 192.168.69.102 rabbit: - ansible_host: 192.168.69.14 \ No newline at end of file + ansible_host: 192.168.69.19 \ No newline at end of file diff --git a/watch2gether.yaml b/watch2gether.yaml index 1f11163..b25ec4f 100644 --- a/watch2gether.yaml +++ b/watch2gether.yaml @@ -1,13 +1,7 @@ --- -- name: "Test ansbile roles" - hosts: woolsey +- name: "Setup watch2gether" + hosts: rabbit roles: - common - docker - - mariadb - - postgresql - - backupscript - - internalsmtp - - smtpgateway - - webgateway - - webserver \ No newline at end of file + - webserver \ No newline at end of file