Move ansible to it's own directory structure
This commit is contained in:
17
ansible/group_vars/all/vars
Normal file
17
ansible/group_vars/all/vars
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# file: group_vars/all
|
||||
|
||||
# Proxmox variables
|
||||
proxmox_user: "root@pam"
|
||||
proxmox_password: "{{ vault_proxmox_root_password }}"
|
||||
proxmox_host: "pve01"
|
||||
|
||||
# DNS variables
|
||||
dns_server: "infra01" # .int.mk-labs.cloud"
|
||||
dns_admin: "admin"
|
||||
base_domain: "int.mk-labs.cloud"
|
||||
# DHCP server
|
||||
dhcp_server: "matchbox"
|
||||
|
||||
# Terraform variables
|
||||
terraform_server: "infra01"
|
||||
Reference in New Issue
Block a user