mirror of
https://github.com/natankeddem/bale.git
synced 2026-04-23 06:50:41 +00:00
22 lines
559 B
YAML
22 lines
559 B
YAML
all:
|
|
hosts:
|
|
proxmox_host:
|
|
ansible_host: ##PROXMOXHOST##
|
|
lxc_hostname:
|
|
ansible_host: snapper
|
|
vars:
|
|
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
|
|
proxmox_host: ##PROXMOXHOST##
|
|
ansible_user: root
|
|
proxmox_api_password: ##PASSWORD##
|
|
proxmox_api_user: root@pam
|
|
proxmox_node: alpha
|
|
template_storage: local
|
|
lxc_template: debian-12-standard_12.2-1_amd64.tar.zst
|
|
lxc_hostname: snapper
|
|
lxc_id: 200
|
|
lxc_password: ##PASSWORD##
|
|
lxc_storage: local
|
|
lxc_network: vmbr0
|
|
app_name: snapper
|