diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 4759ba5..1ffb54b 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -3,12 +3,9 @@ all: rinoa: ansible_host: 192.168.1.254 ansible_user: charish - ansible_ssh_private_key_file: "{{ lookup('env','HOME') + '/.ssh/id_rsa' }}" rikku: ansible_host: 192.168.1.252 ansible_user: pi - ansible_ssh_private_key_file: "{{ lookup('env','HOME') + '/.ssh/id_rsa' }}" benedikta: ansible_host: 192.168.1.250 ansible_user: ovos - ansible_ssh_private_key_file: "{{ lookup('env','HOME') + '/.ssh/id_rsa' }}"