30 lines
782 B
YAML
30 lines
782 B
YAML
---
|
|
all:
|
|
hosts:
|
|
serviceraspi.realm.local:
|
|
ansible_ssh_host: 192.168.0.28
|
|
serviceraspi2.realm.local:
|
|
ansible_ssh_host: 192.168.0.123
|
|
admcenter.realm.local:
|
|
ansible_ssh_host: 192.168.0.99
|
|
netcup01:
|
|
ansible_ssh_host: 188.68.54.208
|
|
ansible_ssh_user: caelebfi
|
|
ansible_ssh_rivate_key_file: /root/.ssh/id_ed25519
|
|
ansible_become_pass: "#Moppel+Kotze5"
|
|
children:
|
|
debian:
|
|
hosts:
|
|
serviceraspi.realm.local:
|
|
serviceraspi2.realm.local:
|
|
admcenter.realm.local:
|
|
netcup01:
|
|
realm_local:
|
|
hosts:
|
|
serviceraspi.realm.local:
|
|
serviceraspi2.realm.local:
|
|
admcenter.realm.local:
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_become_pass: "#gentoo#"
|