27 lines
769 B
YAML
27 lines
769 B
YAML
---
|
|
raspis:
|
|
hosts:
|
|
serviceraspi.realm.local:
|
|
ansible_ssh_host: 192.168.0.28
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_become_pass: "#gentoo#"
|
|
serviceraspi2.realm.local:
|
|
ansible_ssh_host: 192.168.0.123
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_become_pass: "#gentoo#"
|
|
|
|
debian10:
|
|
hosts:
|
|
admcenter.realm.local:
|
|
ansible_ssh_host: 192.168.0.99
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_become_pass: "#gentoo#"
|
|
|
|
debian9:
|
|
hosts:
|
|
www.solusar.de:
|
|
ansible_ssh_host: 62.75.247.110
|
|
ansible_ssh_user: caelebfi
|
|
ansible_ssh_rivate_key_file: /root/.ssh/id_ed25519
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_become_pass: "#Moppel+Kotze5" |