From fd29bcbfbb3a2aec241699e6efcac1baa76835e0 Mon Sep 17 00:00:00 2001 From: Ruan Bekker Date: Wed, 21 Oct 2020 09:51:34 +0200 Subject: [PATCH] Update hosts.remote --- hosts.remote | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts.remote b/hosts.remote index 909234c..513ad68 100644 --- a/hosts.remote +++ b/hosts.remote @@ -1,6 +1,7 @@ [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 +rpi-03 ansible_host=rpi-03.local ansible_user=pi ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_python_interpreter=/usr/bin/python3 +rpi-04 ansible_host=rpi-04.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'