init
This commit is contained in:
commit
5a16d04975
6 changed files with 60 additions and 0 deletions
14
roles/create-records/defaults/main.yml
Normal file
14
roles/create-records/defaults/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
zones:
|
||||
- name: jlay.dev
|
||||
state: present
|
||||
records:
|
||||
- name: git.ry1
|
||||
value: "107.181.235.67"
|
||||
type: A
|
||||
- name: ry1
|
||||
value: "107.181.235.66"
|
||||
type: A
|
||||
- name: ry2
|
||||
value: "107.181.235.74"
|
||||
type: A
|
Loading…
Add table
Add a link
Reference in a new issue