custom dns role
This commit is contained in:
parent
fbcf769a4c
commit
45fbc3316f
@ -82,7 +82,7 @@
|
|||||||
- install
|
- install
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- [ ] dns role
|
- [x] dns role
|
||||||
-slave/primary
|
-slave/primary
|
||||||
|
|
||||||
|
|
||||||
@ -98,9 +98,6 @@
|
|||||||
- [ ] gitea role
|
- [ ] gitea role
|
||||||
- depend of mariadb role
|
- depend of mariadb role
|
||||||
|
|
||||||
- [ ] dns role
|
|
||||||
-slave/primary
|
|
||||||
|
|
||||||
- [ ] backup role?
|
- [ ] backup role?
|
||||||
- controle du reboot
|
- controle du reboot
|
||||||
|
|
||||||
|
@ -87,4 +87,20 @@ php_extention_enable:
|
|||||||
- pdo_mysql
|
- pdo_mysql
|
||||||
- soap
|
- soap
|
||||||
|
|
||||||
mysql_root_password: "{{ vault_default_password }}"
|
mysql_root_password: "{{ vault_default_password }}"
|
||||||
|
|
||||||
|
|
||||||
|
bind_listen_ipv4: ['any']
|
||||||
|
bind_allow_query: ['any']
|
||||||
|
bind_zone_master_server_ip: 192.168.1.10
|
||||||
|
bind_zone_domains:
|
||||||
|
- name: ducamps.win
|
||||||
|
hostmaster_email: "vincent@ducamps.win"
|
||||||
|
- name: 1.168.192.in-addr.arpa
|
||||||
|
hostmaster_email: "vincent@ducamps.win"
|
||||||
|
bind_forwarders:
|
||||||
|
- '1.1.1.1'
|
||||||
|
- '80.67.169.40'
|
||||||
|
bind_recursion: true
|
||||||
|
bind_allow_recursion:
|
||||||
|
- "192.168.1.0/24"
|
@ -14,7 +14,7 @@
|
|||||||
- rsyncd
|
- rsyncd
|
||||||
- gandi-dyn-dns
|
- gandi-dyn-dns
|
||||||
- fail2ban
|
- fail2ban
|
||||||
- dns
|
- {role: dns , become: yes }
|
||||||
- {role: nginx, become: yes }
|
- {role: nginx, become: yes }
|
||||||
- {role: mariadb, become: yes }
|
- {role: mariadb, become: yes }
|
||||||
- php
|
- php
|
||||||
|
Loading…
Reference in New Issue
Block a user