From 4da211306293054cacad259020403951645c8f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 19 Feb 2022 22:17:17 +0100 Subject: [PATCH] fix ip --- inventory.yaml | 2 +- watch2gether.yaml | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) 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