summaryrefslogtreecommitdiff
path: root/inventory/hosts.ini
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-06-29 01:53:21 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-06-29 01:53:21 +0200
commit4dc1492ad7565ab0e7c3765a8039482909ed1de3 (patch)
treef3770344efb160f9c8fddcbe60473262c12ff3ab /inventory/hosts.ini
parentfix switch port assignment (diff)
make port 222 ssh default port for chaos at home
Diffstat (limited to 'inventory/hosts.ini')
-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