Files
homelab-infra/infrastructure/samba-ad/ansible/join-sssd.yml
T
panxiao81 88a02ababa
lint / yaml (push) Has been cancelled
lint / ansible (push) Has been cancelled
lint / terraform (push) Has been cancelled
Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
2026-09-09 16:47:20 +00:00

12 lines
320 B
YAML

---
# 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