9 lines
195 B
YAML
9 lines
195 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tasks:
|
||
|
- name: Create foobar.autonomic.zone
|
||
|
gandi_dns:
|
||
|
apirest_key: "{{ apirest_key }}"
|
||
|
domain: foobar.autonomic.zone
|
||
|
ipv4: 192.168.1.2
|