fixes and set preferred_ip since new interface eth0
This commit is contained in:
@@ -2,12 +2,15 @@ raspberries:
|
||||
hosts:
|
||||
pi1:
|
||||
ansible_host: pi1.home # setup http://192.168.1.1/ Réseau/DNS
|
||||
preferred_ip: 192.168.1.201
|
||||
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
|
||||
pi2:
|
||||
ansible_host: pi2.home
|
||||
preferred_ip: 192.168.1.202
|
||||
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
|
||||
pi3:
|
||||
ansible_host: pi3.home
|
||||
preferred_ip: 192.168.1.203
|
||||
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
|
||||
|
||||
internetPi1:
|
||||
|
||||
Reference in New Issue
Block a user