diff options
-rw-r--r-- | update.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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 + |