init
This commit is contained in:
19
ansible/playbooks/dns/install_powerdns.yml
Normal file
19
ansible/playbooks/dns/install_powerdns.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- name: setup powerdns
|
||||
hosts:
|
||||
- dev-kyiv01-vm-dns-main-01
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- role: install_docker
|
||||
|
||||
- role: dns/push_powerdns_configs_to_node
|
||||
vars:
|
||||
dns_stack_root: /opt/dns-stack
|
||||
|
||||
- role: node/execute_command
|
||||
vars:
|
||||
chdir: "/opt/dns-stack"
|
||||
command: "docker compose up -d"
|
||||
|
||||
# ansible-playbook playbooks/dns/install_powerdns.yml -i inventory.ini
|
||||
Reference in New Issue
Block a user