feat: Add Proxmox LXC container provisioning playbook, related secrets, and documentation.
This commit is contained in:
@@ -4,4 +4,11 @@ ansible_password: 'REPLACE_WITH_ROOT_PASSWORD'
|
||||
zabbix_server_address: 'x.x.x.x'
|
||||
zabbix_psk_identity: '<zabbix_psk_identity'
|
||||
zabbix_proxy_hostname: '<zabbix_proxy_hostname>' # if needed, in the actual playbook it is set to the hostname of the target
|
||||
zabbix_proxy_psk: 'REPLACE_WITH_ZABBIX_PSK'
|
||||
zabbix_proxy_psk: 'REPLACE_WITH_ZABBIX_PSK'
|
||||
|
||||
# Proxmox parameters for connecting to Proxmox server
|
||||
proxmox_api_user: "ansible@pve"
|
||||
proxmox_api_token_id: "ansible-token"
|
||||
proxmox_api_token_secret: "YOUR_SECRET_HERE"
|
||||
proxmox_node: "proxmox"
|
||||
proxmox_storage: "local" # or specific storage for users
|
||||
Reference in New Issue
Block a user