diff options
Diffstat (limited to 'inventory/hosts.ini')
-rw-r--r-- | inventory/hosts.ini | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 8f7c92ba..bf2c0fb3 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -1,6 +1,5 @@ [all:vars] host_name={{ inventory_hostname }} -#ansible_host={{ host_name }}.{{ host_domain }} ansible_user=root ansible_port=22000 @@ -8,13 +7,12 @@ ansible_port=22000 ############################### # environment: chaos-at-home -[chaos_at_home:vars] +[chaos-at-home:vars] host_domain=chaos-at-home.org env_group=chaos-at-home -#ansible_host={{ host_name }}.{{ host_domain }} ansible_port=222 -[chaos_at_home] +[chaos-at-home] ch-atlas host_name=atlas ch-pan host_name=pan ch-keyserver host_name=keyserver @@ -24,28 +22,28 @@ ch-router host_name=router ch-gw-lan host_name=gw-lan ch-jump host_name=jump ansible_port=2342 ansible_host=ch-jump -[chaos_at_home:children] -mz_chaos_at_home -chaos_at_home_switches -chaos_at_home_ap +[chaos-at-home:children] +mz-chaos-at-home +chaos-at-home-switches +chaos-at-home-ap -[mz_chaos_at_home] +[mz-chaos-at-home] mz-router ansible_host=chmz-router mz-ap ansible_host=chmz-ap -[chaos_at_home_switches:vars] +[chaos-at-home-switches:vars] ansible_port=22 -[chaos_at_home_switches] +[chaos-at-home-switches] ch-sw0 host_name=sw0 ansible_host=192.168.42.200 ch-sw1 host_name=sw1 ansible_host=192.168.42.201 -[chaos_at_home_ap] +[chaos-at-home-ap] ch-ap0 host_name=ap0 ch-ap1 host_name=ap1 -[chaos_at_home_vpn_extern] +[chaos-at-home-vpn-extern] ch-router ch-pan @@ -78,7 +76,6 @@ r3-cccamp19-av host_name=av [spreadspace:vars] host_domain=spreadspace.org env_group=spreadspace -ansible_host={{ host_name }}.{{ host_domain }} ansible_port=222 [spreadspace] @@ -169,7 +166,7 @@ ele_infobeamer r3-cccamp19-sw0 [dellos6:children] -chaos_at_home_switches +chaos-at-home-switches [kvmhosts] @@ -224,7 +221,7 @@ scaleway_kernel [accesspoints:children] ele_ap -chaos_at_home_ap +chaos-at-home-ap [dolmetsch_ctl:children] ele_dolmetsch_ctl |