Files
convert-images-for-web/group_vars/all

20 lines
662 B
Plaintext

---
# Variables listed here are applicable to all host groups
docker_compose_version_to_install: 1.18.0
docker_ce_version_to_install: 17.09.1~ce-0~ubuntu
nvm_version: v0.33.5
node_version: 8.4.0
registry_location: "registry.wimer.home:5000"
nfs_location: 10.0.0.150i
nfs_share: /volumeUSB5/usbshare
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_user: "root@pam"
proxmox_host: "10.0.0.153"
proxmox_password: "{{ lookup('env', 'PROXMOX_PASSWORD') }}"
ubuntu_template_vm_name: "ubuntu-server-1404"
dns_server: "10.0.0.204"