From cfe4db7482bd7e3be8fa406aa6080e10710ab648 Mon Sep 17 00:00:00 2001 From: binary Date: Mon, 2 Nov 2020 13:27:22 +0100 Subject: Add update playbook --- update.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 update.yml diff --git a/update.yml b/update.yml new file mode 100644 index 0000000..cb855ec --- /dev/null +++ b/update.yml @@ -0,0 +1,17 @@ +# =========================================================================== # +# __ __ __ +# ____ / /___ ___ __ __ ______ ____/ /___ _/ /____ +# / __ \/ / __ `/ / / / / / / / __ \/ __ / __ `/ __/ _ \ +# / /_/ / / /_/ / /_/ / / /_/ / /_/ / /_/ / /_/ / /_/ __/ +# / .___/_/\__,_/\__, (_) \__,_/ .___/\__,_/\__,_/\__/\___/ +# /_/ /____/ /_/ +# +# =========================================================================== # + +--- +- name: Updates all instances with latest packages from their distribution repositories + strategy: free + hosts: servers + roles: + - update + -- cgit v1.2.3