update ns.xai-corp.net playbook to include install bind utils

This commit is contained in:
2025-08-10 17:40:45 -04:00
parent a3effd1fe3
commit fa398caeaa
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
---
# install dependencies for ns.xai-corp.net
- name: install dependencies
apt:
name: "{{ item }}"
state: latest
cache_valid_time: 3600
with_items:
- bind9-dnsutils

View File

@@ -1,6 +1,6 @@
--- ---
# tasks/main.yml # tasks/main.yml
- include_tasks: install_dependencies.yaml
- include_tasks: config_named.yaml - include_tasks: config_named.yaml
# tests # tests