|
@ -1,7 +1,17 @@ |
|
|
|
|
|
pi-tanked: |
|
|
|
|
|
hosts: |
|
|
|
|
|
quimby: |
|
|
|
|
|
willie: |
|
|
|
|
|
kirk: |
|
|
|
|
|
brandine: |
|
|
|
|
|
hans: |
|
|
|
|
|
cleatus: |
|
|
|
|
|
clancy: |
|
|
|
|
|
|
|
|
pi4: |
|
|
pi4: |
|
|
hosts: |
|
|
hosts: |
|
|
clancy: |
|
|
clancy: |
|
|
martin: |
|
|
willie: |
|
|
quimby: |
|
|
quimby: |
|
|
hans: |
|
|
hans: |
|
|
pye: |
|
|
pye: |
|
@ -11,22 +21,26 @@ pi4: |
|
|
sherry: |
|
|
sherry: |
|
|
carl: |
|
|
carl: |
|
|
barney: |
|
|
barney: |
|
|
|
|
|
kirk: |
|
|
|
|
|
brandine: |
|
|
|
|
|
martin: |
|
|
|
|
|
|
|
|
pis: |
|
|
pis: |
|
|
hosts: |
|
|
hosts: |
|
|
brandine: |
|
|
|
|
|
clancy: |
|
|
clancy: |
|
|
martin: |
|
|
|
|
|
quimby: |
|
|
|
|
|
kirk: |
|
|
|
|
|
willie: |
|
|
willie: |
|
|
|
|
|
quimby: |
|
|
hans: |
|
|
hans: |
|
|
pye: |
|
|
pye: |
|
|
julius: |
|
|
julius: |
|
|
carl: |
|
|
|
|
|
cleatus: |
|
|
cleatus: |
|
|
selma: |
|
|
mary: |
|
|
# barney: |
|
|
sherry: |
|
|
|
|
|
carl: |
|
|
|
|
|
barney: |
|
|
|
|
|
kirk: |
|
|
|
|
|
brandine: |
|
|
|
|
|
edna: |
|
|
vars: |
|
|
vars: |
|
|
ansible_python_interpreter: /usr/bin/python3 |
|
|
ansible_python_interpreter: /usr/bin/python3 |
|
|
ansible_connection: ssh |
|
|
ansible_connection: ssh |
|
@ -37,7 +51,7 @@ pis: |
|
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa |
|
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa |
|
|
blini: |
|
|
blini: |
|
|
hosts: |
|
|
hosts: |
|
|
quimby: |
|
|
192.168.178.24: |
|
|
willie: |
|
|
willie: |
|
|
kirk: |
|
|
kirk: |
|
|
brandine: |
|
|
brandine: |
|
@ -71,6 +85,7 @@ servers: |
|
|
vasmani.de: |
|
|
vasmani.de: |
|
|
ollital.net: |
|
|
ollital.net: |
|
|
ashkente.de: |
|
|
ashkente.de: |
|
|
|
|
|
olliberry.de: |
|
|
vars: |
|
|
vars: |
|
|
ansible_python_interpreter: /usr/bin/python3 |
|
|
ansible_python_interpreter: /usr/bin/python3 |
|
|
ansible_connection: ssh |
|
|
ansible_connection: ssh |
|
@ -80,4 +95,21 @@ servers: |
|
|
ansible_user: olli |
|
|
ansible_user: olli |
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no' |
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no' |
|
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa |
|
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa |
|
|
|
|
|
serversip: |
|
|
|
|
|
hosts: |
|
|
|
|
|
81.169.195.18: |
|
|
|
|
|
85.215.93.229: |
|
|
|
|
|
62.75.191.218: |
|
|
|
|
|
85.214.240.190: |
|
|
|
|
|
85.214.129.239: |
|
|
|
|
|
vars: |
|
|
|
|
|
ansible_python_interpreter: /usr/bin/python3 |
|
|
|
|
|
ansible_connection: ssh |
|
|
|
|
|
ansible_port: 1770 |
|
|
|
|
|
ansible_sudo: true |
|
|
|
|
|
ansible_become: true |
|
|
|
|
|
ansible_user: olli |
|
|
|
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no' |
|
|
|
|
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|