Added variables for rke stuff

This commit is contained in:
2019-04-25 13:21:27 -04:00
parent d0f1225b9b
commit 19b9a2458e
3 changed files with 17 additions and 15 deletions

View File

@@ -33,7 +33,9 @@ vip_address: 10.0.0.200
# rke
rke_directory: /root/rke
rke_node_directory: /rke
rke_version: 0.2.1
rke_cluster_name: rke-k8s
rke_ssh_key_location: /root/id_home
rke_nfs_path: "{{ nfs_share }}/raw-files/fileserver/shares/lab-data/kubernetes"
alertmanager_email_password: "{{ lookup('env', 'GMAIL_SERVICE_PASSWORD') }}"