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
|
gather_facts: smart
|
||||||
vars:
|
vars:
|
||||||
domains:
|
domains:
|
||||||
- jlay.io
|
- sampledomain.local
|
||||||
- jlay.dev
|
|
||||||
- init3.io
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "enforce state for {{item}}"
|
- name: "enforce state for {{item}}"
|
||||||
include_role:
|
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