add bogus example domain, "sampledomain.local"

This commit is contained in:
Josh Lay 2021-12-18 21:36:38 -06:00
parent a0ad84c61b
commit 56ae984a94
2 changed files with 9 additions and 3 deletions

View file

@ -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:

View file

@ -0,0 +1,8 @@
domain: sampledomain.local
records:
- name: 'subdomain'
value: '127.0.0.1'
type: A
- name: 'subdomain'
value: '::1'
type: AAAA