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,16 @@
|
||||
---
|
||||
# Provision the Samba AD Domain Controller.
|
||||
# ansible-playbook provision-dc.yml --ask-vault-pass
|
||||
# ansible-playbook provision-dc.yml --tags verify # smoke tests only
|
||||
- name: Samba AD Domain Controller
|
||||
hosts: samba_dc
|
||||
become: true
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: samba_ad_dc
|
||||
post_tasks:
|
||||
- name: Smoke tests
|
||||
ansible.builtin.import_role:
|
||||
name: samba_ad_dc
|
||||
tasks_from: verify.yml
|
||||
tags: [verify, never]
|
||||
Reference in New Issue
Block a user