This repository has been archived on 2022-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
xoxys.corenetworks_dns/defaults/main.yml

36 lines
979 B
YAML
Raw Normal View History

2020-05-12 21:57:32 +02:00
---
# @var corenetworks_dns_api_user:description: >
# Account API username. If omitted, the environment variables `CN_API_USER` and `CN_API_PASSWORD`
# will be used.
# @end
# @var corenetworks_dns_api_user: $ "_unset_"
# @var corenetworks_dns_api_password:description: Account API password.
# @var corenetworks_dns_api_password: $ "_unset_"
# @var corenetworks_dns_default_zone: Define a default DNS zone to use
# if no zone is given for an individual record.
# @end
# @var corenetworks_dns_default_zone: $ "_unset_"
corenetworks_dns_token_run_once: False
2020-05-13 11:26:17 +02:00
corenetworks_dns_pip: "pip{{ ansible_python.version.major }}"
2020-05-12 22:23:53 +02:00
corenetworks_dns_delegate_to: localhost
2020-05-13 11:33:00 +02:00
2020-05-13 11:26:17 +02:00
corenetworks_dns_python_packages:
- corenetworks
2020-05-12 22:23:53 +02:00
2020-05-12 21:57:32 +02:00
# @var corenetworks_dns_default_zone:example: >
# corenetworks_dns_records:
# - record: test
# type: A
# value: 127.0.0.1
# zone: example.com
2020-05-22 21:57:24 +02:00
# solo: no
2020-05-12 21:57:32 +02:00
# state: present
# @end
corenetworks_dns_records: []
corenetworks_dns_records_extra: []