Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# AD join for interactive login (workstations), via realmd + SSSD.
|
||||
# Distinct from join-member.yml, which makes a host an AD member FILESERVER
|
||||
# (samba/winbind, no PAM login).
|
||||
#
|
||||
# ansible-playbook join-sssd.yml
|
||||
- name: AD workstation join (SSSD)
|
||||
hosts: ad_workstations
|
||||
become: true
|
||||
roles:
|
||||
- ad_sssd_join
|
||||
Reference in New Issue
Block a user