fix: minor change in the readme
This commit is contained in:
parent
6c2e7d3dfd
commit
c532602550
1 changed files with 11 additions and 8 deletions
|
@ -23,16 +23,19 @@ Install and configure bind with dnssec
|
|||
## How to use
|
||||
|
||||
* `host_vars/dns-master`
|
||||
|
||||
```
|
||||
bind_role: master
|
||||
```
|
||||
|
||||
* `host_vars/dns-slave`
|
||||
|
||||
```
|
||||
bind_role: slave
|
||||
```
|
||||
|
||||
* `group_vars/dns-server`
|
||||
|
||||
```
|
||||
bind_listen_ipv6: true
|
||||
bind_listen_ipv4: true
|
||||
|
|
Loading…
Reference in a new issue