fix: minor change in the readme
This commit is contained in:
parent
6c2e7d3dfd
commit
c532602550
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -23,17 +23,20 @@ Install and configure bind with dnssec
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
* `host_vars/dns-master`
|
* `host_vars/dns-master`
|
||||||
```
|
|
||||||
bind_role: master
|
```
|
||||||
```
|
bind_role: master
|
||||||
|
```
|
||||||
|
|
||||||
* `host_vars/dns-slave`
|
* `host_vars/dns-slave`
|
||||||
```
|
|
||||||
bind_role: slave
|
```
|
||||||
```
|
bind_role: slave
|
||||||
|
```
|
||||||
|
|
||||||
* `group_vars/dns-server`
|
* `group_vars/dns-server`
|
||||||
```
|
|
||||||
|
```
|
||||||
bind_listen_ipv6: true
|
bind_listen_ipv6: true
|
||||||
bind_listen_ipv4: true
|
bind_listen_ipv4: true
|
||||||
bind_options:
|
bind_options:
|
||||||
|
@ -63,7 +66,7 @@ bind_zones:
|
||||||
records:
|
records:
|
||||||
- { name: '@', type: ns, value: localhost. }
|
- { name: '@', type: ns, value: localhost. }
|
||||||
- { name: hello, type: a, value: 4.3.2.1 }
|
- { name: hello, type: a, value: 4.3.2.1 }
|
||||||
```
|
```
|
||||||
|
|
||||||
* playbook
|
* playbook
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue