Update hosts.remote

master
Ruan Bekker 4 years ago committed by GitHub
parent 562b2b3933
commit b04d85918f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      hosts.remote

@ -1,4 +1,6 @@
[raspberrypi]
rpi-01 ansible_host=rpi-01.local ansible_user=pi ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_python_interpreter=/usr/bin/python3
rpi-02 ansible_host=rpi-02.local ansible_user=pi ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_python_interpreter=/usr/bin/python3
rpi-03 ansible_host=rpi-02.local ansible_user=pi ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_python_interpreter=/usr/bin/python3
[raspberrypi:vars]
ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'

Loading…
Cancel
Save