Create the sysadmin-main group in IPA
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
70d9f69a00
commit
f17dc57b43
1 changed files with 13 additions and 0 deletions
|
@ -534,6 +534,8 @@
|
||||||
when: ipa_initial
|
when: ipa_initial
|
||||||
|
|
||||||
|
|
||||||
|
# User groups
|
||||||
|
|
||||||
- name: Set the members of the admin group
|
- name: Set the members of the admin group
|
||||||
ipa_group:
|
ipa_group:
|
||||||
name: admins
|
name: admins
|
||||||
|
@ -551,6 +553,17 @@
|
||||||
when: ipa_initial
|
when: ipa_initial
|
||||||
|
|
||||||
|
|
||||||
|
- name: Create the sysadmin-main group
|
||||||
|
ipagroup:
|
||||||
|
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||||
|
name: sysadmin-main
|
||||||
|
description: Fedora Main Sysadmin Group
|
||||||
|
tags:
|
||||||
|
- ipa/server
|
||||||
|
- config
|
||||||
|
when: ipa_initial
|
||||||
|
|
||||||
|
|
||||||
- name: Create LDIF directory
|
- name: Create LDIF directory
|
||||||
file: path=/root/ldif state=directory owner=root group=root mode=0750
|
file: path=/root/ldif state=directory owner=root group=root mode=0750
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue