mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-03-24 14:24:43 +00:00
19 lines
681 B
Plaintext
19 lines
681 B
Plaintext
---
|
|
################################ REQUIRED ################################
|
|
################################ User stuff
|
|
standard_user: vagrant
|
|
chosen_timezone: "America/New_York"
|
|
root_domain: 192.168.254.3.xip.io
|
|
rke_ssh_key_location: /home/vagrant/test_rsa
|
|
|
|
# the directory on your localhost to store all deployment yaml for apps deployed
|
|
startup_infrastructure_directory: /home/{{ standard_user }}/startup-infrastructure
|
|
|
|
################################ STORAGE CONFIG
|
|
longhorn_enabled: True
|
|
|
|
|
|
################################ OPTIONAL ################################
|
|
################################ RKE (Kubernetes deployment) variables
|
|
kubernetes_network_interface: eth1
|