goodnight

This commit is contained in:
2025-03-27 00:32:02 -05:00
parent ddd5bfc3ac
commit bda585fcd5
9 changed files with 116 additions and 73 deletions

View File

@@ -3,12 +3,13 @@
- name: Master playbook for home lab
hosts: all
gather_facts: true
connection: local
# roles:
# - dns-entry
gather_facts: false
# tasks:
- name: Process DNS entries
ansible.builtin.import_playbook: dns-entry.yml
tasks:
- name: Process DNS entries
when: inventory_hostname == "infra01"
ansible.builtin.import_tasks:
file: dns-entry.yml
tags:
- update-dns
- never