aboutsummaryrefslogtreecommitdiff
path: root/ansible
AgeCommit message (Collapse)Author
13 daysansible: 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-07-09Remove gitea from ansible & dockerclyhtsuriva
2025-06-22ansible: set apt lock_timeout to 3minclyhtsuriva
2025-04-04ansible: remove docker git repo cloning taskclyhtsuriva
2025-04-04ansible: deploy gitea using ansible (w.i.p.)clyhtsuriva
2025-03-23ansible: Add lock_timeout for docker installationclyhtsuriva
2025-03-19ansible: add notifys to restart ufw w/ handlersclyhtsuriva
2025-03-15ansible: suppress warning about pythonclyhtsuriva
2025-03-07ansible: Add tasks to clone docker subfolder in docker roleclyhtsuriva
2025-03-04ansible: Make the k3s installations idempotentclyhtsuriva
2025-03-04opentofu: Incr. nb of k3s workers + remove ansible custom moduleclyhtsuriva
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-18Replace proxmox provider telmate by bpg + remove k8s cluster (talos on the way)clyhtsuriva
Also changes the id of the packer images, now starting at the "end" (999), while VMs start at 100
2025-02-16ansible: apt_update becomes update_system to handle apt & dnf updatesclyhtsuriva
Using this opportunity to become role based
2025-02-03opentofu&ansible: add `become` to `ansible_provisioner` & open k8s portsclyhtsuriva
2025-02-03ansible: using my fork of kubespray to increase max ansible-core versionclyhtsuriva
2025-02-03ansible: update submodule kubesprayclyhtsuriva
2025-02-03opentofu: add kubespray submodule to deploy via ansibleclyhtsuriva
Not working yet, getting : "msg": "Ansible must be between 2.16.4 and 2.17.0 exclusive - you have 2.17.5"
2025-02-02opentofu: definition of a docker ready machineclyhtsuriva
First iteration, will be optimized later
2025-02-02ansible: wrong variable name fixedclyhtsuriva
2025-02-02ansible: Installation of docker-ce engine and docker compose pluginclyhtsuriva
2025-02-01Working debian packer template w/ ansible to set up fw rules after rebootclyhtsuriva
2025-01-31ansible: moving ansible content from scripts repo to hereclyhtsuriva
2025-01-30Adds README content and GPLclyhtsuriva
2025-01-30Initial commit: Set up monorepo folder structure for homelab's IaCclyhtsuriva