dns
This commit is contained in:
parent
a37ec1b5b7
commit
fcb69737c9
3 changed files with 6 additions and 2 deletions
|
|
@ -7,3 +7,7 @@ all:
|
|||
ansible_host: 172.20.21.100
|
||||
git:
|
||||
ansible_host: 172.20.21.105
|
||||
vm01:
|
||||
ansible_host: 80.211.195.127
|
||||
vm02:
|
||||
ansible_host: 212.60.5.162
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Configure named master
|
||||
hosts: ns1
|
||||
hosts: nvm02
|
||||
roles:
|
||||
- named
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Configure named secondary
|
||||
hosts: ns2
|
||||
hosts: vm01
|
||||
roles:
|
||||
- named
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue