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:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- name: Setup DNS on Netcup
|
||||
community.general.netcup_dns:
|
||||
api_key: "{{ reverse_proxy_netcup_api_key }}"
|
||||
api_password: "{{ reverse_proxy_netcup_api_password }}"
|
||||
customer_id: "{{ reverse_proxy_netcup_customer_id }}"
|
||||
api_key: "{{ netcup_api_key }}"
|
||||
api_password: "{{ netcup_api_password }}"
|
||||
customer_id: "{{ netcup_customer_id }}"
|
||||
domain: "{{ domain }}"
|
||||
name: "{{ service.name }}"
|
||||
type: "A"
|
||||
|
||||
@@ -6,7 +6,3 @@ reverse_proxy_custom_caddy_dest_path: "/usr/bin/caddy.custom"
|
||||
reverse_proxy_diverted_caddy_path: "/usr/bin/caddy.default"
|
||||
reverse_proxy_alternatives_link: "/usr/bin/caddy"
|
||||
reverse_proxy_alternatives_name: "caddy"
|
||||
|
||||
reverse_proxy_netcup_api_key: "{{ netcup_api_key }}"
|
||||
reverse_proxy_netcup_api_password: "{{ netcup_api_password }}"
|
||||
reverse_proxy_netcup_customer_id: "{{ netcup_customer_id }}"
|
||||
|
||||
Reference in New Issue
Block a user