custom dns role

This commit is contained in:
vincent 2019-04-16 17:54:22 +02:00
parent fbcf769a4c
commit 45fbc3316f
3 changed files with 19 additions and 6 deletions

View File

@ -82,7 +82,7 @@
- install
- config
- [ ] dns role
- [x] dns role
-slave/primary
@ -98,9 +98,6 @@
- [ ] gitea role
- depend of mariadb role
- [ ] dns role
-slave/primary
- [ ] backup role?
- controle du reboot

View File

@ -87,4 +87,20 @@ php_extention_enable:
- pdo_mysql
- 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"

View File

@ -14,7 +14,7 @@
- rsyncd
- gandi-dyn-dns
- fail2ban
- dns
- {role: dns , become: yes }
- {role: nginx, become: yes }
- {role: mariadb, become: yes }
- php