diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-25 21:22:40 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-25 21:22:40 +0100 |
| commit | 7b618d5cfe057b43df036698472dada120f5c057 (patch) | |
| tree | 14d836cac1056d60a1d490d85c14e061478af4d3 /ansible/requirements.yml | |
| parent | 85159d5a9f7d865684cd99cb774cef5f6984c940 (diff) | |
- 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/requirements.yml')
| -rw-r--r-- | ansible/requirements.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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" +... |
