Revert dynamic includes for inventory-based conditionals

Forcing dynamic includes for inventory-based conditionals
results in incomplete execution.

Change-Id: I8e8e2b386951ab99ae8fbac6ca348c51dfcda91d
This commit is contained in:
Jesse Pretorius 2016-09-26 19:52:25 +01:00
parent 7872b49691
commit 0bbacf63ba
5 changed files with 0 additions and 12 deletions

View File

@ -14,7 +14,6 @@
# limitations under the License.
- include: keystone_credential_create.yml
static: no
when: inventory_hostname == groups['keystone_all'][0]
- include: keystone_credential_distribute.yml

View File

@ -14,11 +14,9 @@
# limitations under the License.
- include: keystone_fernet_keys_create.yml
static: no
when: inventory_hostname == groups['keystone_all'][0]
- include: keystone_fernet_keys_distribute.yml
static: no
when: inventory_hostname == groups['keystone_all'][0]
- include: keystone_fernet_keys_autorotate.yml

View File

@ -14,15 +14,12 @@
# limitations under the License.
- include: keystone_idp_self_signed_create.yml
static: no
when: inventory_hostname == groups['keystone_all'][0]
- include: keystone_idp_self_signed_store.yml
static: no
when: inventory_hostname == groups['keystone_all'][0]
- include: keystone_idp_self_signed_distribute.yml
static: no
when: inventory_hostname != groups['keystone_all'][0]
- include: keystone_idp_metadata.yml

View File

@ -14,13 +14,10 @@
# limitations under the License.
- include: keystone_ssl_key_create.yml
static: no
when: inventory_hostname == groups['keystone_all'][0]
- include: keystone_ssl_key_store.yml
static: no
when: inventory_hostname == groups['keystone_all'][0]
- include: keystone_ssl_key_distribute.yml
static: no
when: inventory_hostname != groups['keystone_all'][0]

View File

@ -94,7 +94,6 @@
- keystone-config
- include: keystone_db_setup.yml
static: no
when:
- keystone_database_enabled | bool
- inventory_hostname == groups['keystone_all'][0]
@ -138,7 +137,6 @@
meta: flush_handlers
- include: keystone_service_setup.yml
static: no
when:
- keystone_service_setup | bool
- inventory_hostname == groups['keystone_all'][0]
@ -154,7 +152,6 @@
- keystone-config
- include: keystone_federation_sp_idp_setup.yml
static: no
when:
- keystone_service_setup | bool
- keystone_sp != {}