Commit Graph

5 Commits (master)

Author SHA1 Message Date
Dustin 9fdd2243a6 pyrocufflink: Trust DCH Root CA R2
Now that the domain controller servers use certificates issued by
*step-ca*, client applications need to trust that root CA certificate.
2024-06-12 18:40:17 -05:00
Dustin 4a91b55a49 pyrocufflink: Trust DCH Root CA
The *DCH Root CA* certificate needs to be trusted on all hosts, as most
internal communication is secured with certificates it has issued.
2018-06-04 20:03:55 -05:00
Dustin 9a2dfa261c pyrocufflink: Configure sudo for server admins
Members of the *Server Admins* AD group need to be able to use `sudo`
for privilege elevation on all domain member servers.
2018-04-08 10:52:08 -05:00
Dustin fff486ca03 pyrocufflink: Ensure winbind is running
Since the first pass of `pyrocufflink.yml` always fails to start the
*winbind* service (since the machine is not yet a member of the domain),
a second pass is required to start it. It can't be started as part of
the *winbind* role, though, since it would fail. As such, it has to be
started at the very end of the play.
2018-04-08 10:13:19 -05:00
Dustin 4e6a8f5b27 pyrocufflink: Deploy domain members 2018-03-11 18:16:17 -05:00