58 lines
1.5 KiB
YAML
58 lines
1.5 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
|
|
pve.realm.local:
|
|
ansible_ssh_host: 192.168.0.8
|
|
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"
|
|
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#"
|