update named
This commit is contained in:
parent
53be774189
commit
fccc53fdc9
5 changed files with 12 additions and 1 deletions
Binary file not shown.
|
|
@ -11,3 +11,5 @@ all:
|
|||
ansible_host: 80.211.195.127
|
||||
vm02:
|
||||
ansible_host: 212.60.5.162
|
||||
vm03:
|
||||
ansible_host: 150.251.147.212
|
||||
|
|
@ -85,5 +85,7 @@
|
|||
ip: 172.20.21.109
|
||||
- name: rke-master01
|
||||
ip: 172.20.21.210
|
||||
- name: rancher
|
||||
ip: 172.20.21.210
|
||||
- name: rke-node01
|
||||
ip: 172.20.21.211
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
- name: Transfer
|
||||
match_list:
|
||||
- 80.211.195.127
|
||||
- 150.251.147.212
|
||||
- name: Local
|
||||
match_list:
|
||||
- 127.0.0.0/8
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
certbot_key: "CertbotKey"
|
||||
also_notify:
|
||||
- 80.211.195.127
|
||||
- 150.251.147.212
|
||||
name_servers:
|
||||
- ns1.mrwho.ru.
|
||||
- ns2.mrwho.ru.
|
||||
|
|
@ -77,6 +79,9 @@
|
|||
- name: vm02
|
||||
ip: 212.60.5.162
|
||||
ipv6: 2a00:b700:3::286
|
||||
- name: vm03
|
||||
ip: 150.251.147.212
|
||||
ipv6: 2605:e440:f::2:6
|
||||
- name: vpn
|
||||
ip: 80.211.195.127
|
||||
# ipv6: 2001:db8::d:1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- name: Configure named secondary
|
||||
hosts: vm01
|
||||
hosts:
|
||||
- vm01
|
||||
- vm03
|
||||
roles:
|
||||
- named
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue