added dist and full update playbooks
This commit is contained in:
parent
f2f5f52593
commit
f079769669
8
dist-upgrade-all.yaml
Normal file
8
dist-upgrade-all.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: update system
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
autoclean: yes
|
||||
autoremove: yes
|
||||
upgrade: dist
|
8
full-upgrade-all.yaml
Normal file
8
full-upgrade-all.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: update system
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
autoclean: yes
|
||||
autoremove: yes
|
||||
upgrade: dist
|
Loading…
x
Reference in New Issue
Block a user