Add some ansible stuff
Some checks failed
actions-lint / actions-lint (push) Successful in 10s
ansible-lint / ansible-lint (push) Failing after 0s

This commit is contained in:
2024-09-13 11:36:05 +01:00
parent b1c0251973
commit 2a78309823
9 changed files with 95 additions and 0 deletions

9
playbooks/update-pis.yml Normal file
View File

@@ -0,0 +1,9 @@
- hosts: pis
become: yes
tasks:
- name: Update APT Cache
apt:
update_cache: yes
- name: Update packages
apt:
upgrade: safe