From 74a23c21165c16fe492856180f28e361df307d44 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 27 Feb 2019 20:32:56 +0100 Subject: [PATCH] Upgrade playbook --- upgrade.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 upgrade.yml 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 +