This commit is contained in:
2025-10-19 17:02:16 -05:00
parent 3f31f77bc8
commit 702c71fcff
222 changed files with 2834 additions and 10845 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Test DNS CNAME Creation
hosts: fastpass_control_plane[0]
gather_facts: false
tasks:
- name: Test DNS CNAME entry creation
ansible.builtin.include_role:
name: dns-manager
vars:
cluster_endpoint: "{{ control_plane_endpoint }}"
cluster_cname_target: "{{ traefik_server }}.{{ base_domain }}"