Add playbook for FreeIPA job
Change-Id: I483164e8df1b8d487ee03af223794a93aa92e72f
This commit is contained in:
parent
b34a511276
commit
33780ddaec
@ -5,6 +5,9 @@
|
|||||||
- include: ovb-setup.yml
|
- include: ovb-setup.yml
|
||||||
when: undercloud_type == 'ovb'
|
when: undercloud_type == 'ovb'
|
||||||
|
|
||||||
|
- include: baremetal-full-freeipa.yml
|
||||||
|
when: deploy_supplemental_node|default(false)|bool
|
||||||
|
|
||||||
- include: baremetal-undercloud.yml
|
- include: baremetal-undercloud.yml
|
||||||
when: undercloud_type == 'baremetal' and environment_type is defined
|
when: undercloud_type == 'baremetal' and environment_type is defined
|
||||||
|
|
||||||
|
20
playbooks/baremetal-full-freeipa.yml
Normal file
20
playbooks/baremetal-full-freeipa.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
- name: Run inventory to add supplemental node
|
||||||
|
hosts: undercloud
|
||||||
|
gather_facts: false
|
||||||
|
tags:
|
||||||
|
- freeipa-setup
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- include_role:
|
||||||
|
name: tripleo-inventory
|
||||||
|
|
||||||
|
- name: Deploy the FreeIPA server
|
||||||
|
hosts: supplemental
|
||||||
|
gather_facts: true
|
||||||
|
tags:
|
||||||
|
- freeipa-setup
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- include_role:
|
||||||
|
name: freeipa-setup
|
Loading…
x
Reference in New Issue
Block a user