--- #YAML start syntax (optional) all: hosts: # nicht zugeordnete Hosts n3r0.intra.nausch.org: g33k.intra.nausch.org: children: # Untermenge/-gruppe aller Hosts centos8: # Gruppe der definierten CentOS 8 Hosts vars: # Variablen, die für die ganze Gruppe gelten ansible_ssh_port: 22 ansible_ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_ed25519_ansible hosts: # Liste aller Hosts die dieser gruppe zugehören www8.dmz.nausch.org: ansible_ssh_host: 10.0.0.90 # Hostspezifische Ansible-Systemvariable centos7: # Gruppe der definierten CentOS 7 Hosts vars: # Variablen, die für die ganze Gruppe gelten ansible_ssh_port: 22 ansible_ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_rsa_ansible hosts: # Liste aller Hosts die dieser gruppe zugehören www7.dmz.nausch.org: ansible_ssh_host: 10.0.0.97 # Hostspezifische Ansible-Systemvariable # optische Abtrennung zu nachfolgenden Definitionen ffmucgluon: # Definition der Gruppe aaler Freifunk Knoten/Hosts vars: # Variablen, die für die ganze Gruppe gelten ansible_ssh_port: 22 ansible_ssh_user: root ansible_ssh_private_key_file: /home/django/.ssh/id_rsa4096_freifunk_2014 contact_info: 'Django [BOfH] | django@nausch.org | chat -> @django' hosts: # Liste aller Hosts die dieser gruppe zugehören ff_pliening_gbw_ug: # Host hostname: ff_pliening_gbw_ug # Hostspezifische Informationen / Variablen latitude: -48.19861319429455 longitude: -168.2017571420684 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost modell: TP-Link TL-WDR4300 v1 ansible_ssh_host: 2001:608:a01:102:32b5:c2ff:fe56:62b1 ff_pliening_gbw_egod: # Host hostname: ffplieninggbwegod # Hostspezifische Informationen / Variablen pretty_hostname: ff_pliening_gbw_egod latitude: 48.198652080 longitude: 11.797969940 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost modell: Ubiquiti UniFi-AC-MESH ansible_ssh_host: 2001:608:a01:102:1ae8:29ff:fea9:22ed ff_pliening_gbw_ogod: # Host hostname: ffplieninggbwogod # Hostspezifische Informationen / Variablen pretty_hostname: ff_pliening_gbw_ogod latitude: 48.198699460 longitude: 11.798053090 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost modell: Ubiquiti UniFi-AC-MESH ansible_ssh_host: 2001:608:a01:102:1ae8:29ff:fec0:aaae ff_pliening_gbw_dgod: # Host hostname: ffplieninggbwdgod # Hostspezifische Informationen / Variablen prettyhostname: ff_pliening_gbw_dgod latitude: 48.198671230 longitude: 11.798122820 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost modell: Ubiquiti UniFi-AC-MESH ansible_ssh_host: 2001:608:a01:102:1ae8:29ff:fec6:c8eb ff_pliening_gbw_cpod: # Host hostname: ffplieninggbwcpod # Hostspezifische Informationen / Variablen pretty_hostname: ff_pliening_gbw_cpod latitude: 48.198726280 longitude: 11.798159030 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost modell: Ubiquiti UniFi-AC-MESH ansible_ssh_host: 2001:608:a01:102:1ae8:29ff:fec6:c8dd ff_pliening_gbw_kvm_ol: # Host hostname: ffplieninggbwkvmol # Hostspezifische Informationen / Variablen pretty_hostname: ff_pliening_gbw_kvm_ol latitude: 48.198646720 longitude: 11.798047720 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost modell: Red Hat KVM ansible_ssh_host: 2001:608:a01:102:5054:ff:fe9e:b358 ... #YAML end syntax