add bogus example domain, "sampledomain.local"
This commit is contained in:
parent
a0ad84c61b
commit
56ae984a94
2 changed files with 9 additions and 3 deletions
4
play.yml
4
play.yml
|
@ -5,9 +5,7 @@
|
|||
gather_facts: smart
|
||||
vars:
|
||||
domains:
|
||||
- jlay.io
|
||||
- jlay.dev
|
||||
- init3.io
|
||||
- sampledomain.local
|
||||
tasks:
|
||||
- name: "enforce state for {{item}}"
|
||||
include_role:
|
||||
|
|
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…
Reference in a new issue