--- # Variables listed here are applicable to all host groups # Software versions docker_compose_version_to_install: 1.22.0 docker_ce_version_to_install: 18.03.1 nvm_version: v0.33.5 node_version: 8.4.0 # Storage Stuff registry_location: "registry.wimer.home" nfs_location: 10.0.0.150 nfs_share: /volumeUSB1/usbshare # Machine configurations home_pub_key: https://raw.githubusercontent.com/jcwimer/ubuntu-template/master/post/id_rsa.pub standard_user: cody git_user: "Jacob Cody Wimer" git_email: "jacob.wimer@gmail.com" # Proxmox Settings proxmox_user: "root@pam" proxmox_password: "{{ lookup('env', 'PROXMOX_PASSWORD') }}" ubuntu_template_vm_name: "ubuntu-server-1604" # dns domain: wimer.home dns_server: "10.0.0.204" # haproxies vip_interface: ens18 vip_address: 10.0.0.200 # rke rke_directory: /root/rke rke_version: 0.2.1 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') }}"