mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
9f0d389abc
Installed using Ansible instead of ArgoCD because Cilium replaces the default CNI, so ArgoCD pod cannot be scheduled before Cilium is installed.
7 lines
197 B
YAML
7 lines
197 B
YAML
ansible_user: root
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
|
ssh_public_key: "{{ lookup('file', '~/.ssh/id_ed25519.pub') }}"
|
|
dns_server: "8.8.8.8"
|
|
load_balancer_ip_pool:
|
|
- 192.168.1.224/27
|