initial commit
This commit is contained in:
11
ansible/playbooks/upgrade.yml
Executable file
11
ansible/playbooks/upgrade.yml
Executable file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Playbook for upgrading the RPis
|
||||
hosts: picluster
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Update and upgrade apt packages
|
||||
become: true
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
||||
Reference in New Issue
Block a user