diff --git a/upgrade.yml b/upgrade.yml new file mode 100644 index 0000000..40b181f --- /dev/null +++ b/upgrade.yml @@ -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 +