diff options
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all/vars.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml index 4776fe3..5c7cead 100644 --- a/group_vars/all/vars.yml +++ b/group_vars/all/vars.yml @@ -6,7 +6,7 @@ deploy_user: ansible -ansible_ssh_private_key_file: ./private/ssh/ansible.key +ansible_ssh_private_key_file: "{{ playbook_dir }}/private/ssh/ansible.key" pf: # number of simulataneous connections allowed from one host @@ -190,8 +190,6 @@ git: name: git # user & group name id: 5001 # uid & gid home: /home/git - shell: /usr/local/libexec/git-core/git-shell - ssh_keydir: "{{ playbook_dir }}/private/git/keys" # Name of the directory that contains links to the public repos public_dir: repos.public # Sync public repos to GitHub |