summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/prod.yaml
blob: 3558468d8ce868a71889a8bdc45e0d78e93f8245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- hosts: localhost
  vars_files:
    - vars/main.yaml
  roles:
    - create-vm-prod-ose
    - setup-custom-domain-names-for-ansible-runner

- name: fulfill OSE3 prerequisites on production hosts roles
  hosts: production_group
  vars_files:
    - vars/main.yaml
  roles:
    - setup-custom-domain-names
    - package-repos
    - vmware-guest-setup
    - cloud-provider-setup
    - docker-storage-setup
    - openshift-volume-quota
  ignore_errors: yes