add bogus example domain, "sampledomain.local"
This commit is contained in:
parent
a0ad84c61b
commit
56ae984a94
2 changed files with 9 additions and 3 deletions
8
roles/create-records/vars/sample.yml
Normal file
8
roles/create-records/vars/sample.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
domain: sampledomain.local
|
||||
records:
|
||||
- name: 'subdomain'
|
||||
value: '127.0.0.1'
|
||||
type: A
|
||||
- name: 'subdomain'
|
||||
value: '::1'
|
||||
type: AAAA
|
Loading…
Add table
Add a link
Reference in a new issue