Updates for AniNIX/Password
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
---
|
||||
- name: Create the base config
|
||||
become: yes
|
||||
template:
|
||||
src: slapd.ldif
|
||||
dest: /etc/openldap/slapd.ldif
|
||||
owner: ldap
|
||||
group: ldap
|
||||
mode: 0640
|
||||
|
||||
- name: Create the directories
|
||||
become: yes
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
owner: ldap
|
||||
@@ -21,15 +13,25 @@
|
||||
- /etc/openldap/groups.d
|
||||
- /etc/openldap/slapd.d
|
||||
|
||||
- name: Initialize the instance
|
||||
become: yes
|
||||
command:
|
||||
cmd: slapadd -n 0 -F /etc/openldap/slapd.d/ -l /etc/openldap/config.ldif && chown -R ldap: /etc/openldap
|
||||
creates: /etc/openldap/slapd.d/cn=config
|
||||
# - name: Create the base config
|
||||
# become: yes
|
||||
# template:
|
||||
# src: slapd.ldif
|
||||
# dest: /etc/openldap/slapd.ldif
|
||||
# owner: ldap
|
||||
# group: ldap
|
||||
# mode: 0640
|
||||
|
||||
# - name: Initialize the instance
|
||||
# become: yes
|
||||
# command:
|
||||
# cmd: "slapadd -n 0 -F /etc/openldap/slapd.d/ -l /etc/openldap/config.ldif && chown -R ldap: /etc/openldap"
|
||||
# creates: /etc/openldap/slapd.d/cn=config
|
||||
|
||||
- name: Ensure the service
|
||||
become: yes
|
||||
ignore_errors: true
|
||||
service:
|
||||
name: slapd
|
||||
state: restarted
|
||||
state: started
|
||||
enabled: yes
|
||||
|
Reference in New Issue
Block a user