41 lines
1.0 KiB
YAML
41 lines
1.0 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
|
|
pve.realm.local:
|
|
ansible_ssh_host: 192.168.0.7
|
|
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:
|
|
realm_remote:
|
|
netcup1:
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_become_pass: "#gentoo#"
|