56 lines
1.4 KiB
YAML
56 lines
1.4 KiB
YAML
---
|
|
all:
|
|
hosts:
|
|
docker1.realm.local:
|
|
ansible_ssh_host: 192.168.0.123
|
|
nginx.realm.local:
|
|
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
|
|
kube1.realm.local:
|
|
ansible_ssh_host: 192.168.0.61
|
|
kube2.realm.local:
|
|
ansible_ssh_host: 192.168.0.62
|
|
kube3.realm.local:
|
|
ansible_ssh_host: 192.168.0.63
|
|
kube4.realm.local:
|
|
ansible_ssh_host: 192.168.0.64
|
|
netcup1:
|
|
ansible_ssh_host: 89.58.48.28
|
|
ansible_ssh_user: caelebfi
|
|
ansible_ssh_rivate_key_file: /root/.ssh/id_ed25519
|
|
ansible_become_pass: "#Moppel+Kotze5"
|
|
children:
|
|
debian:
|
|
hosts:
|
|
docker1.realm.local:
|
|
nginx.realm.local:
|
|
gitea.realm.local:
|
|
wireguard.realm.local:
|
|
netcup1:
|
|
realm_local:
|
|
hosts:
|
|
wireguard.realm.local:
|
|
docker1.realm.local:
|
|
nginx.realm.local:
|
|
gitea.realm.local:
|
|
apt-cacher.realm.local:
|
|
kube1.realm.local:
|
|
kube2.realm.local:
|
|
kube3.realm.local:
|
|
kube4.realm.local:
|
|
realm_remote:
|
|
netcup1:
|
|
kubernetes:
|
|
kube1.realm.local:
|
|
kube2.realm.local:
|
|
kube3.realm.local:
|
|
kube4.realm.local:
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_become_pass: "#gentoo#"
|