summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/ocp-configure.yaml
blob: c5123e6adeab9f87271d2a428a9fe9be5ddb53bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- hosts: localhost
  gather_facts: yes
  vars_files:
  - vars/main.yaml
  roles:
  # Group systems
  - instance-groups

- hosts: single_master
  gather_facts: yes
  vars_files:
  - vars/main.yaml
  roles:
  - instance-groups
  - storage-class-configure