More minor tweaks and fixes... 🥱
This commit is contained in:
+3
-3
@@ -1,14 +1,14 @@
|
||||
all:
|
||||
hosts:
|
||||
rinoa:
|
||||
ansible_host: rinoa
|
||||
ansible_host: 192.168.1.254
|
||||
ansible_user: charish
|
||||
ansible_ssh_private_key_file: "{{ lookup('env','HOME') + '/.ssh/id_rsa' }}"
|
||||
rikku:
|
||||
ansible_host: rikku
|
||||
ansible_host: 192.168.1.252
|
||||
ansible_user: pi
|
||||
ansible_ssh_private_key_file: "{{ lookup('env','HOME') + '/.ssh/id_rsa' }}"
|
||||
benedikta:
|
||||
ansible_host: benedikta
|
||||
ansible_host: 192.168.1.250
|
||||
ansible_user: ovos
|
||||
ansible_ssh_private_key_file: "{{ lookup('env','HOME') + '/.ssh/id_rsa' }}"
|
||||
|
||||
Reference in New Issue
Block a user