summaryrefslogtreecommitdiffstats
path: root/playbooks/x-os-update.yml
blob: b17ff20f5b74e30e447573ac3d5fb852c8652e99 (plain)
1
2
3
4
5
6
7
8
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 }