diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-11 01:03:42 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:21 +0200 |
commit | bd92a9f645f53da01c13d1411cef7fe20fdd4503 (patch) | |
tree | 1ed620eecf14fcf3c6b6995e91418a4531bd1a80 /roles/common-LDAP/tasks | |
parent | 025db13070cabde62aed0b9c694baaaa4538b205 (diff) |
wibble
Diffstat (limited to 'roles/common-LDAP/tasks')
-rw-r--r-- | roles/common-LDAP/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/common-LDAP/tasks/main.yml b/roles/common-LDAP/tasks/main.yml index 5c993fc..711954c 100644 --- a/roles/common-LDAP/tasks/main.yml +++ b/roles/common-LDAP/tasks/main.yml @@ -27,8 +27,8 @@ - name: Create directory /var/lib/ldap/fripost file: path=/var/lib/ldap/fripost - owner=openldap group=openldap state=directory + owner=openldap group=openldap mode=0700 - name: Copy /var/lib/ldap/fripost/DB_CONFIG @@ -43,8 +43,8 @@ - name: Create directory /etc/ldap/fripost file: path=/etc/ldap/fripost - owner=root group=root state=directory + owner=root group=root mode=0755 - name: Copy fripost database definition |