samba-dc: Apply to one machine at a time
Avoid accidentally taking down the whole domain with a bad task. It'll fail on one DC and never change the other(s).ntfy
parent
948079dafa
commit
9d3c5c0da7
|
@ -1,4 +1,5 @@
|
||||||
- hosts: samba-dc
|
- hosts: samba-dc
|
||||||
|
serial: 1
|
||||||
roles:
|
roles:
|
||||||
- kerberos
|
- kerberos
|
||||||
- samba-dc
|
- samba-dc
|
||||||
|
|
Loading…
Reference in New Issue