aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/k8s/tasks
AgeCommit message (Collapse)Author
2025-12-25ansible: fix deprecation warnings and update configurationHEADmasterclyhtsuriva
- 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
2025-07-09ansible: install helm on k8s mastersclyhtsuriva
2025-06-22ansible: set apt lock_timeout to 3minclyhtsuriva
2025-03-19ansible: add notifys to restart ufw w/ handlersclyhtsuriva
2025-03-04ansible: Make the k3s installations idempotentclyhtsuriva
2025-03-03ansible: add dynamic inventory & playbooks to install k3s hostsclyhtsuriva
bootstrap.yml will now be used to install any configuration on new provisionned servers, based on tags given by the dynamic inventory
2025-02-03opentofu&ansible: add `become` to `ansible_provisioner` & open k8s portsclyhtsuriva