summaryrefslogtreecommitdiffstats
path: root/playbooks/x-os-update.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/x-os-update.yml')
-rw-r--r--playbooks/x-os-update.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/x-os-update.yml b/playbooks/x-os-update.yml
new file mode 100644
index 0000000..b17ff20
--- /dev/null
+++ b/playbooks/x-os-update.yml
@@ -0,0 +1,9 @@
+- name: Configure cluster hosts names
+ hosts: nodes:new_nodes
+ roles:
+ - { role: ands_common, os_update: true }
+
+- name: Configure cluster hosts names
+ hosts: nodes:new_nodes
+ roles:
+ - { role: docker, action: install, update: true }