mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
Explicit activated async for creating of parent DNS entries
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
include_role:
|
||||
name: sys-dns-cloudflare-records
|
||||
vars:
|
||||
cloudflare_records: "{{ SYN_DNS_WILDCARD_RECORDS }}"
|
||||
cloudflare_records: "{{ SYN_DNS_WILDCARD_RECORDS }}"
|
||||
cloudflare_async_enabled: "{{ ASYNC_ENABLED | bool }}"
|
||||
cloudflare_async_time: "{{ ASYNC_TIME }}"
|
||||
cloudflare_async_poll: "{{ ASYNC_POLL }}"
|
||||
when: DNS_PROVIDER == 'cloudflare'
|
||||
|
||||
- include_tasks: utils/run_once.yml
|
||||
|
Reference in New Issue
Block a user