From 006f333828db373435daa15483d2ab753048f62a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 13 Mar 2018 05:01:30 +0100 Subject: Production --- playbooks/x-os-update.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 playbooks/x-os-update.yml (limited to 'playbooks/x-os-update.yml') 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 } -- cgit v1.2.3