Upgrade playbook
This commit is contained in:
parent
9d7690c033
commit
74a23c2116
1 changed files with 12 additions and 0 deletions
12
upgrade.yml
Normal file
12
upgrade.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# This is a special playbook to upgrade all selected servers !
|
||||
# Please always use with --limit myserver.adm.auro.re
|
||||
# And list updates with --check
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Upgrade
|
||||
apt:
|
||||
upgrade: dist
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400 # one day
|
||||
|
Loading…
Reference in a new issue