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/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ansible/README.md') diff --git a/ansible/README.md b/ansible/README.md index 2db4ee2..bddd6df 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -5,3 +5,8 @@ This folder contains Ansible playbooks and roles for configuration management. ## Structure - **roles/**: Reusable Ansible roles (e.g., Docker, Nginx). - **playbooks/**: Playbooks for orchestrating tasks. + +## Known Issue +- `community.proxmox` v1.4.0 shows deprecation warning about `_collections_compat` +- Fix is in PR #242, awaiting release +- Warning will disappear when collection is updated -- cgit v1.2.3