--- # Variables listed here are applicable to all host groups ### Software versions docker_ce_version_to_install: 18.03.1 ### rke variables rke_directory: /opt/rke rke_ssh_key_location: /vagrant/tests/files/test_rsa rke_node_directory: /opt/rke rke_version: 0.3.1 rke_cluster_name: rke-k8s ### User stuff standard_user: vagrant chosen_timezone: "America/New_York" # root domain for all services. You should have an A record for *.root_domain. For example, if your domain is test.com you should have an A record for *.test.com pointing to your node. # this will allow automatic dns for for things like dokuwiki.test.com and portainer.test.com root_domain: test.com