--- all: hosts: docker1.realm.local: ansible_ssh_host: 192.168.0.123 #nginx.realm.local: # lxc hosts werden über lxc-script geupdatet # ansible_ssh_host: 192.168.0.27 #gitea.realm.local: # ansible_ssh_host: 192.168.0.29 #wireguard.realm.local: # ansible_ssh_host: 192.168.0.26 #apt-cacher.realm.local: # ansible_ssh_host: 192.168.0.9 pve.realm.local: ansible_ssh_host: 192.168.0.7 vdesk.realm.local: ansible_ssh_host: 192.168.0.99 netcup1: ansible_ssh_host: 89.58.48.28 ansible_ssh_user: caelebfi ansible_ssh_private_key_file: ~/.ssh/id_ed25519_new ansible_become_pass: "#Moppel+Kotze5" ## Kubernetes #dlp.realm.local: # ansible_ssh_host: 192.168.0.71 #node1.realm.local: # ansible_ssh_host: 192.168.0.72 #node2.realm.local: # ansible_ssh_host: 192.168.0.73 #node3.realm.local: # ansible_ssh_host: 192.168.0.74 children: debian: hosts: docker1.realm.local: # nginx.realm.local: # gitea.realm.local: # wireguard.realm.local: pve.realm.local: netcup1: realm_local: hosts: # wireguard.realm.local: docker1.realm.local: pve.realm.local: vdesk.realm.local: # nginx.realm.local: # gitea.realm.local: # apt-cacher.realm.local: realm_remote: netcup1: #kubernetes: # dlp.realm.local: # node1.realm.local: # node2.realm.local: # node3.realm.local: vars: ansible_python_interpreter: /usr/bin/python3 ansible_become_pass: "#gentoo#"