summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inventory/hosts.ini16
1 files changed, 6 insertions, 10 deletions
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index b343ef98..aee7cd03 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -12,22 +12,21 @@ ansible_port=22000
host_domain=chaos-at-home.org
env_group=chaos-at-home
ansible_host={{ host_name }}.{{ host_domain }}
+ansible_port=222
[chaos_at_home]
#prometheus
-atlas
-keyserver
-pan ansible_host=ch-pan ansible_port=222
-mimas2 ansible_host=ch-mimas2 ansible_port=222
+atlas ansible_port=22000
+keyserver ansible_port=22000
+pan ansible_host=ch-pan
+mimas2 ansible_host=ch-mimas2
+gnocchi ansible_host=ch-gnocchi
[chaos_at_home:children]
mz_chaos_at_home
chaos_at_home_switches
chaos_at_home_ap
-[mz_chaos_at_home:vars]
-ansible_port=222
-
[mz_chaos_at_home]
mz-router ansible_host=chmz-router
mz-ap ansible_host=chmz-ap
@@ -40,9 +39,6 @@ ansible_port=22
ch-sw0 host_name=sw0 ansible_host=192.168.42.200
ch-sw1 host_name=sw1
-[chaos_at_home_ap:vars]
-ansible_port=222
-
[chaos_at_home_ap]
ch-ap0 host_name=ap0
ch-ap1 host_name=ap1