|
|
---
|
|
|
- hosts: 127.0.0.1
|
|
|
- hosts: nameserver-master
|
|
|
vars:
|
|
|
- confirmation: 'YES'
|
|
|
tasks:
|
...
|
...
|
@@ -16,9 +16,7 @@ |
|
|
"{{item.key}}": "{{item.value}}"
|
|
|
with_dict:
|
|
|
- "{{ new_vars.response }}"
|
|
|
|
|
|
- include: yoho.dns.yml
|
|
|
vars:
|
|
|
"{{item.key}}": "{{item.value}}"
|
|
|
with_dict:
|
|
|
- "{{ new_vars.response }}" |
|
|
\ No newline at end of file |
|
|
|
|
|
remote_user: root
|
|
|
roles:
|
|
|
- yoho.dns |
|
|
\ No newline at end of file |
...
|
...
|
|