From c8dc9e163b50272bf8e3972c8ef37ea3e871b247 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 14 May 2018 12:58:25 +0800 Subject: git: Use gitolite to replace the git-shell shipped with git --- group_vars/all/vars.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'group_vars') 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 -- cgit v1.2.2