summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-management/config.yml
blob: 0aaafe44054ee1c8e513fbd4ceb0ace5157d7957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: Setup CFME
  hosts: oo_first_master
  pre_tasks:
  - name: Create a temporary place to evaluate the PV templates
    command: mktemp -d /tmp/openshift-ansible-XXXXXXX
    register: r_openshift_management_mktemp
    changed_when: false

  tasks:
  - name: Run the CFME Setup Role
    include_role:
      name: openshift_management
    vars:
      template_dir: "{{ hostvars[groups.masters.0].r_openshift_management_mktemp.stdout }}"