From d52e64f3edd4a29cbfb59ba99bf208c713364b63 Mon Sep 17 00:00:00 2001 From: Debian <debian@arne-dev.localdomain> Date: Fri, 2 Aug 2019 12:55:19 +0200 Subject: [PATCH] removed hosts.yml --- inventories/deploy/hosts.yml | 21 --------------------- inventories/deploy/hosts.yml.example | 11 ++++++----- 2 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 inventories/deploy/hosts.yml diff --git a/inventories/deploy/hosts.yml b/inventories/deploy/hosts.yml deleted file mode 100644 index 7d85e5b..0000000 --- a/inventories/deploy/hosts.yml +++ /dev/null @@ -1,21 +0,0 @@ -all: - hosts: - host1: - ansible_ssh_user: debian - ansible_python_interpreter: /usr/bin/python - become: yes - children: - soctools_server: - hosts: - host1: - nifi: - hosts: - host1: - nifi_scale: 3 - haproxy: - hosts: - host1: - zookeeper: - hosts: - host1: - zookeeper_scale: 3 \ No newline at end of file diff --git a/inventories/deploy/hosts.yml.example b/inventories/deploy/hosts.yml.example index 9000638..7d85e5b 100644 --- a/inventories/deploy/hosts.yml.example +++ b/inventories/deploy/hosts.yml.example @@ -1,20 +1,21 @@ all: hosts: - soctools.example.com: + host1: ansible_ssh_user: debian ansible_python_interpreter: /usr/bin/python become: yes children: soctools_server: hosts: - soctools.example.com: + host1: nifi: hosts: - soctools.example.com: + host1: nifi_scale: 3 haproxy: hosts: - soctools.example.com: + host1: zookeeper: hosts: - soctools.example.com: \ No newline at end of file + host1: + zookeeper_scale: 3 \ No newline at end of file -- GitLab