samba-dc: Do not apply sudo role
The *sudo* role should not be applied by the `samba-dc.yml` playbook. It's not relevant to deploying Samba, and will just get applied by the `domain-controller.yml` playbook later, anway. Further, it fails when a new domain controller is first provisioned, because at this step, the system is not yet configured to resolve user IDs via winbind; rather than add users to groups, it tries to create them.chrony
parent
5bffdc68a2
commit
73499e3593
|
@ -4,7 +4,6 @@
|
||||||
- kerberos
|
- kerberos
|
||||||
- dch-selinux
|
- dch-selinux
|
||||||
- samba-dc
|
- samba-dc
|
||||||
- sudo
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: set samba configuration facts
|
- name: set samba configuration facts
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Loading…
Reference in New Issue