diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-05-31 18:02:27 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:53:59 +0200 |
commit | e63885bcc0d46bfe58a32fcfc1d02daae8735929 (patch) | |
tree | 09ecd98acbedd958b23ae6570c956666639f312b /common.yml | |
parent | 18fb13fb6bdbf85fddfdaf05bd5fb3ab1db3b9dd (diff) |
Git (gitolite + git-http-backend + gitweb) configuration
By default repos are be readable by gitweb and the web server ('gitweb' and
'www-data' are both in the 'gitolite' group). Private repo owners will have
'chmod -R og-rwx' manually.
To automatically add new repos to gitweb's 'project.list' file, make it
readable to the special 'gitweb' user.
See /usr/share/doc/gitolite3/README.txt.gz for details.
Diffstat (limited to 'common.yml')
-rw-r--r-- | common.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,32 +17,32 @@ gather_facts: False tags: mysql,sql roles: - common-SQL - name: Common LDAP tasks hosts: MDA:MSA:LDAP-provider:MX gather_facts: True tags: slapd,ldap roles: - common-LDAP - name: Configure the LDAP provider hosts: LDAP-provider gather_facts: False tags: slapd,ldap roles: - LDAP-provider - name: Configure the Web servers - hosts: webmail:lists + hosts: webmail:lists:git gather_facts: False tags: nginx,www,web roles: - common-web - name: Configure amavis hosts: out gather_facts: False tags: amavis roles: - amavis |