mirror of
https://github.com/jcwimer/kubernetes-ansible
synced 2026-03-24 16:44:44 +00:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
docker_ce_version_to_install: 18.03.1
|
|
# rke
|
|
rke_directory: /home/vagrant/rke
|
|
rke_node_directory: /rke
|
|
rke_version: 0.2.1
|
|
rke_cluster_name: rke-k8s
|
|
vip_address: localhost
|
|
domain: test.local
|
|
standard_user: vagrant |