|
|
---
|
|
|
- hosts: nameserver-master
|
|
|
- hosts: 127.0.0.1
|
|
|
vars:
|
|
|
- confirmation: 'DNS'
|
|
|
tasks:
|
...
|
...
|
@@ -16,7 +16,7 @@ |
|
|
"{{item.key}}": "{{item.value}}"
|
|
|
with_dict:
|
|
|
- "{{ new_vars.response }}"
|
|
|
|
|
|
remote_user: root
|
|
|
roles:
|
|
|
- yoho.dns |
|
|
\ No newline at end of file |
|
|
|
|
|
- debug:
|
|
|
msg: ' content is {{ db_test_write }} ' |
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|