From e59b6cabc91615cde4dae8254880770036ec6220 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 3 May 2017 22:04:10 +0200 Subject: [PATCH] delete group vars and set a .gitignore --- group_vars/all | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 group_vars/all 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