diff options
author | binary <me@rgoncalves.se> | 2020-11-02 13:27:22 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-02 13:27:22 +0100 |
commit | cfe4db7482bd7e3be8fa406aa6080e10710ab648 (patch) | |
tree | 7106d42318a784ad549784a68031f872554878bc | |
parent | f4427c698aa1e3de08aa16b662283f3f1c20ed1f (diff) | |
download | infrastructure-cfe4db7482bd7e3be8fa406aa6080e10710ab648.tar.gz |
Add update playbook
-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 + |