summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_cfme.yml
blob: 29966d99eb37e7f349515a4a027b2fef40135b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
- name: CFME Install Checkpoint Start
  hosts: localhost
  connection: local
  gather_facts: false
  tasks:
  - name: Set CFME install 'In Progress'
    set_stats:
      data:
        installer_phase_cfme: "In Progress"
      aggregate: false

- name: CFME
  include: ../openshift-cfme/config.yml

- name: CFME Install Checkpoint End
  hosts: localhost
  connection: local
  gather_facts: false
  tasks:
  - name: Set CFME install 'Complete'
    set_stats:
      data:
        installer_phase_CFME: "Complete"
      aggregate: false