aboutsummaryrefslogtreecommitdiffstats
path: root/update.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-02 13:27:22 +0100
committerbinary <me@rgoncalves.se>2020-11-02 13:27:22 +0100
commitcfe4db7482bd7e3be8fa406aa6080e10710ab648 (patch)
tree7106d42318a784ad549784a68031f872554878bc /update.yml
parentf4427c698aa1e3de08aa16b662283f3f1c20ed1f (diff)
downloadinfrastructure-cfe4db7482bd7e3be8fa406aa6080e10710ab648.tar.gz
Add update playbook
Diffstat (limited to 'update.yml')
-rw-r--r--update.yml17
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
+
remember that computers suck.