aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/k8s (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansible: change k8s ufw proto + add 2 rulesclyhtsuriva11 hours1-5/+23
| | | | | - put any instead of tcp as protocol for k8s mono-port ufw rules - add two rules, following https://docs.k3s.io/installation/requirements?os=debian
* ansible: fix deprecation warnings and update configurationclyhtsuriva2025-12-251-1/+1
| | | | | | | | - 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: install helm on k8s mastersclyhtsuriva2025-07-092-0/+34
|
* ansible: set apt lock_timeout to 3minclyhtsuriva2025-06-221-0/+1
|
* ansible: add notifys to restart ufw w/ handlersclyhtsuriva2025-03-191-0/+7
|
* ansible: Make the k3s installations idempotentclyhtsuriva2025-03-042-8/+47
|
* ansible: add dynamic inventory & playbooks to install k3s hostsclyhtsuriva2025-03-033-0/+47
| | | | | bootstrap.yml will now be used to install any configuration on new provisionned servers, based on tags given by the dynamic inventory
* opentofu&ansible: add `become` to `ansible_provisioner` & open k8s portsclyhtsuriva2025-02-033-0/+74