Files
local.realm.ansible/hosts.yml
T
2020-12-01 10:55:37 +01:00

24 lines
608 B
YAML

---
raspis:
hosts:
serviceraspi.realm.local:
ansible_ssh_host: 192.168.0.28
ansible_python_interpreter: /usr/bin/python3
testdummy.realm.local:
ansible_ssh_host: 192.168.0.123
ansible_python_interpreter: /usr/bin/python3
debian10:
hosts:
admcenter.realm.local:
ansible_ssh_host: 192.168.0.99
ansible_python_interpreter: /usr/bin/python3
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