This commit is contained in:
2024-07-19 22:06:03 -04:00
parent abd86e10e6
commit 76f0489016
54 changed files with 998 additions and 438 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Converge
hosts: all
become: true
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false
roles:
- role: geerlingguy.helm