1414k8s_engine : k3s
1515
1616image_pull_secret : aws-login-credentials
17- use_airgap_images : no
17+ use_airgap_images : False
1818
1919# k8s namespaces
2020app_namespace : thecombine
@@ -24,8 +24,8 @@ k8s_user: sillsdev
2424# ###############################################
2525# Support Tool Settings
2626# ###############################################
27- install_ip_viewer : yes
28- install_combinectl : yes
27+ install_ip_viewer : True
28+ install_combinectl : True
2929
3030# ###############################################
3131# Ingress configuration
@@ -41,12 +41,12 @@ k8s_dns_name: "{{ ansible_hostname }}"
4141# ###############################################
4242# Ethernet settings
4343# ###############################################
44- eth_optional : yes
44+ eth_optional : True
4545
4646# ###############################################
4747# WiFi access point settings
4848# ###############################################
49- has_wifi : yes
49+ has_wifi : True
5050ap_domain : thecombine.app
5151ap_ssid : " {{ ansible_hostname }}_ap"
5252ap_passphrase : " thecombine_pw"
@@ -56,5 +56,5 @@ ap_hostname: "{{ ansible_hostname }}"
5656# ###############################################
5757# hardware monitoring settings
5858# ###############################################
59- include_hw_monitoring : yes
59+ include_hw_monitoring : True
6060history_days : 60
0 commit comments