feat(kubernetes): add initial setup for ArgoCD, Cert-Manager, MetalLB, and Traefik
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
- name: Setup DNS on Netcup
|
||||
community.general.netcup_dns:
|
||||
api_key: "{{ k3s_loadbalancer_netcup_api_key }}"
|
||||
api_password: "{{ k3s_loadbalancer_netcup_api_password }}"
|
||||
customer_id: "{{ k3s_loadbalancer_netcup_customer_id }}"
|
||||
api_key: "{{ netcup_api_key }}"
|
||||
api_password: "{{ netcup_api_password }}"
|
||||
customer_id: "{{ netcup_customer_id }}"
|
||||
domain: "{{ domain }}"
|
||||
name: "k3s"
|
||||
type: "A"
|
||||
|
||||
Reference in New Issue
Block a user