Cleanup and restructuring. Move pressed-installer tasks to other roles.
This commit is contained in:
parent
a0ee0fd90d
commit
284dadc2d3
15 changed files with 214 additions and 154 deletions
|
@ -53,7 +53,7 @@
|
|||
src: slapd-config.ldif
|
||||
dest: /etc/ldap/slapd.d/slapd-config.ldif
|
||||
when: not slapd.stat.exists
|
||||
|
||||
|
||||
- name: activate ppolicy schema
|
||||
command: ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/ppolicy.ldif
|
||||
when: not slapd.stat.exists
|
||||
|
@ -128,6 +128,6 @@
|
|||
|
||||
## Use firewall-offline-cmd when run during installation:
|
||||
|
||||
- name: allow ldap service in firewalld
|
||||
- name: allow ldap service in firewalld
|
||||
command: "firewall-offline-cmd --zone=internal --add-service=ldap"
|
||||
when: run_in_installer|default(false)|bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue