aboutsummaryrefslogtreecommitdiff
path: root/ansible/inventory.proxmox.yaml
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-12-25 21:22:40 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-12-25 21:22:40 +0100
commit7b618d5cfe057b43df036698472dada120f5c057 (patch)
tree14d836cac1056d60a1d490d85c14e061478af4d3 /ansible/inventory.proxmox.yaml
parent85159d5a9f7d865684cd99cb774cef5f6984c940 (diff)
ansible: fix deprecation warnings and update configurationHEADmaster
- Update all ansible_* fact references to use ansible_facts['fact_name'] syntax as required by upcoming Ansible 2.24 changes - Set INJECT_FACTS_AS_VARS = False in ansible.cfg to prepare for deprecation - Document known issue with community.proxmox _collections_compat warning" - Fix community.proxmox plugin name in inventory configuration - Add requirements.yml for collection dependencies
Diffstat (limited to 'ansible/inventory.proxmox.yaml')
-rw-r--r--ansible/inventory.proxmox.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/inventory.proxmox.yaml b/ansible/inventory.proxmox.yaml
index cd0699b..1b4fb6f 100644
--- a/ansible/inventory.proxmox.yaml
+++ b/ansible/inventory.proxmox.yaml
@@ -1,5 +1,5 @@
---
-plugin: community.general.proxmox
+plugin: community.proxmox.proxmox
url: https://pve.vpn:8006
validate_certs: false
want_facts: true