10 lines
267 B
YAML
10 lines
267 B
YAML
---
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
|
|
firewall_enabled: false
|
|
|
|
# Proxmox manages its own network config - skip all network/firewall management
|
|
network:
|
|
skip: true
|
|
loopback_in_hosts: false
|