Skip to content

Commit 4b2bf6c

Browse files
committed
New versiob with empty folder
1 parent 0b6076c commit 4b2bf6c

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

group_vars/all

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
<<<<<<< HEAD
32
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+

host-firsttime

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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+
9+

host_vars/pi1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
ansible_user: "pi"
3+
ansible_ssh_private_key_file: '/home/acam/Public/git/ansible-raspberry-sshupdate/keys-master/id_rsa'

host_vars/pi2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
ansible_user: "pi"
3+
ansible_ssh_private_key_file: '/home/acam/Public/git/ansible-raspberry-sshupdate/keys-master/id_rsa1'

0 commit comments

Comments
 (0)