diff --git a/his.yaml b/his.yaml index b70ab16..21b4033 100644 --- a/his.yaml +++ b/his.yaml @@ -3,4 +3,7 @@ all: hosts: vmdebian11-test.his.de: ansible_ssh_host: 10.13.0.186 - ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file + vmdebian-test.his.de: + ansible_ssh_host: 10.13.0.183 + vars: + ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file diff --git a/hosts.yml b/hosts.yml index 474fc52..f7604fb 100644 --- a/hosts.yml +++ b/hosts.yml @@ -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#" \ No newline at end of file