added efault values for hosts files

This commit is contained in:
Gorden Mende
2022-06-09 15:52:20 +02:00
parent a888b2a314
commit 406e595f26
2 changed files with 9 additions and 14 deletions
+4 -1
View File
@@ -3,4 +3,7 @@ all:
hosts:
vmdebian11-test.his.de:
ansible_ssh_host: 10.13.0.186
ansible_python_interpreter: /usr/bin/python3
vmdebian-test.his.de:
ansible_ssh_host: 10.13.0.183
vars:
ansible_python_interpreter: /usr/bin/python3
+5 -13
View File
@@ -3,32 +3,22 @@ all:
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#"
# imgtank.realm.local:
# ansible_ssh_host: 192.168.0.150
# ansible_python_interpreter: /usr/bin/python3
# ansible_become_pass: "#gentoo#"
admcenter.realm.local:
ansible_ssh_host: 192.168.0.99
ansible_python_interpreter: /usr/bin/python3
ansible_become_pass: "#gentoo#"
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"
children:
debian:
hosts:
serviceraspi.realm.local:
serviceraspi2.realm.local:
# imgtank.realm.local:
admcenter.realm.local:
www.solusar.de:
debian9:
@@ -38,5 +28,7 @@ all:
hosts:
serviceraspi.realm.local:
serviceraspi2.realm.local:
# imgtank.realm.local:
admcenter.realm.local:
vars:
ansible_python_interpreter: /usr/bin/python3
ansible_become_pass: "#gentoo#"