From 9d3c5c0da71984288d9c00ade6b5bfc63581000a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 7 Nov 2021 16:20:03 -0600 Subject: [PATCH] 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). --- samba-dc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/samba-dc.yml b/samba-dc.yml index 9edb768..9d8b3e3 100644 --- a/samba-dc.yml +++ b/samba-dc.yml @@ -1,4 +1,5 @@ - hosts: samba-dc + serial: 1 roles: - kerberos - samba-dc