users: Do not apply sudo role on Samba DCs

Users, auth, etc. for domain controllers will be handled by the
`create-dc.yml` playbook.  I haven't decided exactly how this playbook
will get applied, I want to make sure the host provisioner is able to
successfully provision machines in the _samba-dc_ group nonetheless.
This commit is contained in:
2025-10-22 21:13:03 -05:00
parent 7308b45047
commit 3bed59055c

View File

@@ -1,4 +1,4 @@
- hosts: sudo
- hosts: 'sudo:!samba-dc'
roles:
- role: sudo
tags: