summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/roles/create-vm-add-prod-ose/tasks/main.yaml
blob: 392b5da1e4ac44a4ca1d9faef8f26d4d5884aa52 (plain)
1
2
3
4
5
6
7
8
---
- name: Add following nodes to the 'new_nodes' group
  set_fact:
    is_add_nodes: true

- name: Import common node creation role
  import_role:
    name: create-vm-prod-ose