summaryrefslogtreecommitdiffstats
path: root/playbooks/x-os-update.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-03-13 05:01:30 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-03-13 05:01:30 +0100
commit006f333828db373435daa15483d2ab753048f62a (patch)
tree4ae2bedeeb46e69893ee28f96b7d2d48d37549dc /playbooks/x-os-update.yml
parent0db2995395d28caf4676ab566085b7c66130b629 (diff)
downloadands-006f333828db373435daa15483d2ab753048f62a.tar.gz
ands-006f333828db373435daa15483d2ab753048f62a.tar.bz2
ands-006f333828db373435daa15483d2ab753048f62a.tar.xz
ands-006f333828db373435daa15483d2ab753048f62a.zip
Production
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 }