diff --git a/group_vars/all b/group_vars/all deleted file mode 100644 index 5768d69..0000000 --- a/group_vars/all +++ /dev/null @@ -1,7 +0,0 @@ ---- - timezone: Europe/Paris - ansible_python_interpreter: /usr/bin/python2 - ansible_ssh_user: redhat - ansible_ssh_private_key_file: "{{ lookup('env','HOME') }}/.ssh/id_rsa" - ansible_ssh_public_key: "{{ lookup('file', ansible_ssh_private_key_file + '.pub' ) }}" - ansible_connection: ssh