mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Cleanup and reorganize vars by environment
This commit is contained in:
parent
51fb76ffb6
commit
f34742ddea
38 changed files with 43 additions and 925 deletions
11
group_vars/k8s-cluster.yml
Normal file
11
group_vars/k8s-cluster.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
ip: "{{vpn_ip}}"
|
||||
kube_network_plugin: flannel
|
||||
bin_dir: /usr/local/bin
|
||||
|
||||
kube_api_anonymous_auth: true
|
||||
ingress_nginx_enabled: true
|
||||
ingress_nginx_host_network: true
|
||||
ingress_nginx_nodeselector:
|
||||
node-role.kubernetes.io/node: ""
|
||||
cert_manager_enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue