37109c55aa
This reverts commit ac93fbbb47
.
Reason for revert: breaks default install path for quickstart
Change-Id: I7d513d1bffdfd4293f199c38216ceb00343e06c5
29 lines
565 B
YAML
29 lines
565 B
YAML
---
|
|
- name: Add the nodes to the generated inventory
|
|
hosts: undercloud
|
|
gather_facts: true
|
|
vars:
|
|
inventory: multinode
|
|
roles:
|
|
- tripleo-inventory
|
|
tags:
|
|
- standalone
|
|
|
|
- name: Setup the IPA server
|
|
hosts: subnode-1
|
|
tags:
|
|
- standalone
|
|
tasks:
|
|
- include_role:
|
|
name: ipa-multinode
|
|
tasks_from: ipaserver-subnode-install.yml
|
|
|
|
- name: Setup the undercloud for IPA server
|
|
hosts: undercloud
|
|
tags:
|
|
- standalone
|
|
tasks:
|
|
- include_role:
|
|
name: ipa-multinode
|
|
tasks_from: ipaserver-undercloud-setup.yml
|