From 4dc1492ad7565ab0e7c3765a8039482909ed1de3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Jun 2019 01:53:21 +0200 Subject: make port 222 ssh default port for chaos at home --- inventory/hosts.ini | 16 ++++++---------- 1 file 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 -- cgit v1.2.3