Merge branch 'upgrade_playbook' into 'master'
Upgrade playbook See merge request aurore/ansible!5
This commit is contained in:
commit
c9a6ca137a
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