dns_resolver role, update-dns script, dns-deploy playbook, inventory updates
This commit is contained in:
parent
152edb8345
commit
1509daad4c
26 changed files with 780 additions and 176 deletions
11
dns-deploy.yml
Normal file
11
dns-deploy.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Deploy DNS resolver
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: true
|
||||
pre_tasks:
|
||||
- name: Gather package facts
|
||||
package_facts:
|
||||
manager: auto
|
||||
roles:
|
||||
- dns_resolver
|
||||
Loading…
Add table
Add a link
Reference in a new issue