Update quickstart-extras to deploy FreeIPA

- Deploy FreeIPA to supplemental node conditionally

Related-Bug: 1662923
Depends-On: I3f18e26d0e40942c7c54c07b644ee1209fb89c83

Change-Id: I90c6fdd8948417a30f9e50aaff1bffe84ba16a2d
This commit is contained in:
Harry Rybacki 2017-04-04 11:29:25 -04:00
parent b1489d7d8f
commit 87f3903527
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
- include: quickstart.yml
# Deploy the FreeIPA server
- name: Deploy the FreeIPA server
hosts: supplemental
gather_facts: no
roles:
- { role: freeipa-setup, when: deploy_supplemental_node|bool and enable_tls_everywhere|bool }
# setup for the undercloud
- name: Setup the undercloud
hosts: undercloud