aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/update.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-03 23:25:41 +0100
committerbinary <me@rgoncalves.se>2020-11-03 23:25:41 +0100
commitaf78a2b68e25296ecf2187199bb9e3b2ed370e46 (patch)
treebb83708430f0a2b847d43efbfd26e9e0e2df5b8a /playbooks/update.yml
parenta43b2771624f08396c18f21f8392af603164f047 (diff)
downloadinfrastructure-af78a2b68e25296ecf2187199bb9e3b2ed370e46.tar.gz
Move playbook to subdir
Diffstat (limited to 'playbooks/update.yml')
-rw-r--r--playbooks/update.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/playbooks/update.yml b/playbooks/update.yml
new file mode 100644
index 0000000..ca2587e
--- /dev/null
+++ b/playbooks/update.yml
@@ -0,0 +1,11 @@
+
+# update.yml
+
+---
+
+- name: Updates all instances with latest packages from their distribution repositories
+ strategy: free
+ hosts: servers
+ roles:
+ - update
+
remember that computers suck.