This commit is contained in:
2025-03-26 10:52:39 -05:00
parent 6ab1d11d79
commit bc4d380c06
11 changed files with 136 additions and 6 deletions

14
site.yml Normal file
View File

@@ -0,0 +1,14 @@
---
# file: site.yml
- name: Master playbook for home lab
hosts: all
gather_facts: true
connection: local
# roles:
# - dns-entry
# tasks:
- name: Process DNS entries
ansible.builtin.import_playbook: dns-entry.yml