mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
ea91f72744
Signed-off-by: Webster Mudge <wmudge@gmail.com>
25 lines
533 B
YAML
25 lines
533 B
YAML
---
|
|
|
|
route53_ddns_enabled: false
|
|
|
|
# Data directory for config file
|
|
route53_data_directory: "{{ docker_home }}/route53_ddns"
|
|
|
|
# AWS access credentials
|
|
route53_key_id: "{{ mandatory }}"
|
|
route53_secret_key: "{{ mandatory }}"
|
|
|
|
# Managed DNS zone ID
|
|
route53_hosted_zone_id: "{{ mandatory }}"
|
|
|
|
# The hostname to update
|
|
route53_host: "*.{{ ansible_nas_domain }}"
|
|
|
|
# The Time-To-Live for the DNS entry
|
|
route53_ttl: 600
|
|
|
|
# The CRON string schedule for checking and updating
|
|
route53_schedule: "*/30 * * * *"
|
|
|
|
# Container
|
|
route53_memory: 512MB
|