add pi3 to inventory + fixes
This commit is contained in:
@@ -6,6 +6,9 @@ raspberries:
|
||||
pi2:
|
||||
ansible_host: pi2.home
|
||||
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
|
||||
pi3:
|
||||
ansible_host: pi3.home
|
||||
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
|
||||
|
||||
internetPi1:
|
||||
ansible_host: arcodange.duckdns.org
|
||||
@@ -13,6 +16,9 @@ raspberries:
|
||||
internetPi2:
|
||||
ansible_host: arcodange.duckdns.org
|
||||
ansible_port: 52022
|
||||
internetPi3:
|
||||
ansible_host: arcodange.duckdns.org
|
||||
ansible_port: 53022
|
||||
|
||||
vars:
|
||||
ansible_user: pi
|
||||
@@ -24,6 +30,7 @@ local:
|
||||
ansible_python_interpreter: /Users/gabrielradureau/.local/pipx/venvs/ansible-core/bin/python
|
||||
pi1:
|
||||
pi2:
|
||||
pi3:
|
||||
|
||||
hard_disk:
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user