We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2bf6c commit e5718f3Copy full SHA for e5718f3
hosts
@@ -1,15 +1,9 @@
1
[pi_master_host]
2
-master ansible_host=127.0.0.1 ansible_connection=local ansible_user=acam
3
-
4
5
-# first time with nothing about ssh
6
-#[pi_remote_hosts]
7
-#pi1 ansible_host=192.168.1.59 ansible_user=pi ansible_ssh_pass='raspberry'
8
+master ansible_host=127.0.0.1 ansible_connection=local
9
10
# second time and refresh ssh certificate
11
[pi_remote_hosts]
12
-pi1 ansible_host=192.168.1.59 ansible_user='pi' ansible_ssh_private_key_file='/home/acam/Public/git/ansible-raspberry-sshupdate/keys-master/id_rsa'
13
-#not seem to be the true variable ansible_ssh_private_key_file_pass='/dev/null'
+pi1 ansible_host=192.168.1.59 ansible_connection=ssh
+
14
15
keys-remote/empty
0 commit comments