14 lines
368 B
YAML
Executable File
14 lines
368 B
YAML
Executable File
---
|
|
# Replacement for add_technitium_dns_entry.yml
|
|
# This playbook uses the modular task file approach
|
|
|
|
- name: Add DNS entry using Technitium DNS
|
|
hosts: all
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
- name: Include Technitium DNS entry task
|
|
ansible.builtin.include_tasks: tasks/add_technitium_dns_entry.yml
|
|
vars:
|
|
host_name: "{{ inventory_hostname }}"
|