File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- <<<<<<< HEAD
3
2
remote_directory: '/home/acam/Public/git/ansible-raspberry-sshupdate'
4
- =======
5
- remote_directory: '/home/acam/Public/git/ansible-raspberry-sshupdate/'
6
- >>>>>>> 7a00d96e515279a7482a27f39a93c9b86f4fd0da
3
+
4
+ foo:
5
+ pi1: one
6
+ pi2: two
7
+
Original file line number Diff line number Diff line change
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
+
9
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ ansible_user: "pi"
3
+ ansible_ssh_private_key_file: '/home/acam/Public/git/ansible-raspberry-sshupdate/keys-master/id_rsa'
Original file line number Diff line number Diff line change
1
+ ---
2
+ ansible_user: "pi"
3
+ ansible_ssh_private_key_file: '/home/acam/Public/git/ansible-raspberry-sshupdate/keys-master/id_rsa1'
You can’t perform that action at this time.
0 commit comments