From 7b618d5cfe057b43df036698472dada120f5c057 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 25 Dec 2025 21:22:40 +0100 Subject: ansible: fix deprecation warnings and update configuration - 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 --- ansible/requirements.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ansible/requirements.yml (limited to 'ansible/requirements.yml') diff --git a/ansible/requirements.yml b/ansible/requirements.yml new file mode 100644 index 0000000..bbb2a03 --- /dev/null +++ b/ansible/requirements.yml @@ -0,0 +1,7 @@ +--- +collections: + - name: community.general + version: ">=12.1.0" + - name: community.proxmox + version: ">=1.4.0" +... -- cgit v1.2.3