<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homelab-iac.git/ansible/roles/k8s, branch master</title>
<subtitle>IaC repo for my homelab</subtitle>
<id>https://git.adjutor.xyz/homelab-iac.git/atom?h=master</id>
<link rel='self' href='https://git.adjutor.xyz/homelab-iac.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/'/>
<updated>2026-06-19T18:12:28Z</updated>
<entry>
<title>ansible: use fcqn and changed_when (commands) for k8s</title>
<updated>2026-06-19T18:12:28Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2026-06-19T18:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=d1a8f9587872d744afee42c187bb90e9824f0f92'/>
<id>urn:sha1:d1a8f9587872d744afee42c187bb90e9824f0f92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ansible: change k8s ufw proto + add 2 rules</title>
<updated>2026-06-02T17:14:31Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2026-06-02T17:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=ca27023d22ceb341fee98a339681bf6d5e0c30a0'/>
<id>urn:sha1:ca27023d22ceb341fee98a339681bf6d5e0c30a0</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>ansible: fix deprecation warnings and update configuration</title>
<updated>2025-12-25T20:22:40Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2025-12-25T20:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=7b618d5cfe057b43df036698472dada120f5c057'/>
<id>urn:sha1:7b618d5cfe057b43df036698472dada120f5c057</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>ansible: install helm on k8s masters</title>
<updated>2025-07-09T17:29:30Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2025-07-09T17:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=b23b17896cbb3fa368b302bae96dd1183aad5374'/>
<id>urn:sha1:b23b17896cbb3fa368b302bae96dd1183aad5374</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ansible: set apt lock_timeout to 3min</title>
<updated>2025-06-22T20:12:48Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2025-06-22T20:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=3c8fc46dedb3d4df45d6f26b6f81dbbdb4b22046'/>
<id>urn:sha1:3c8fc46dedb3d4df45d6f26b6f81dbbdb4b22046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ansible: add notifys to restart ufw w/ handlers</title>
<updated>2025-03-19T20:23:18Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2025-03-19T20:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=503de953a9be6d8d57495ef400f1341b3888f3f0'/>
<id>urn:sha1:503de953a9be6d8d57495ef400f1341b3888f3f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ansible: Make the k3s installations idempotent</title>
<updated>2025-03-04T19:38:28Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2025-03-04T19:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=885aa73ca70a9fc5b8f3b77b5cf4476554d1415a'/>
<id>urn:sha1:885aa73ca70a9fc5b8f3b77b5cf4476554d1415a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ansible: add dynamic inventory &amp; playbooks to install k3s hosts</title>
<updated>2025-03-03T20:20:59Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2025-03-03T20:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=0182fe51736e7610d4a63fe6767d08ffe5c5938c'/>
<id>urn:sha1:0182fe51736e7610d4a63fe6767d08ffe5c5938c</id>
<content type='text'>
bootstrap.yml will now be used to install any configuration on new
provisionned servers, based on tags given by the dynamic inventory
</content>
</entry>
<entry>
<title>opentofu&amp;ansible: add `become` to `ansible_provisioner` &amp; open k8s ports</title>
<updated>2025-02-03T21:54:35Z</updated>
<author>
<name>clyhtsuriva</name>
<email>aimeric@adjutor.xyz</email>
</author>
<published>2025-02-03T21:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.adjutor.xyz/homelab-iac.git/commit/?id=834feb58bdcbd448714888147e1db4421270ba93'/>
<id>urn:sha1:834feb58bdcbd448714888147e1db4421270ba93</id>
<content type='text'>
</content>
</entry>
</feed>
