18 lines
363 B
Plaintext
18 lines
363 B
Plaintext
---
|
|
# file: group_vars/all
|
|
|
|
# Proxmox variables
|
|
proxmox_user: "root@pam"
|
|
proxmox_password: "{{ vault_proxmox_root_password }}"
|
|
proxmox_host: "main-street-usa"
|
|
|
|
# DNS variables
|
|
dns_server: "infra01" # .int.mk-labs.cloud"
|
|
dns_admin: "admin"
|
|
base_domain: "local.mk-labs.cloud"
|
|
# DHCP server
|
|
dhcp_server: "matchbox"
|
|
|
|
# Terraform variables
|
|
terraform_server: "infra01"
|