Merge "Simplify condition check on standalone services"

This commit is contained in:
Jenkins 2017-06-16 10:40:16 +00:00 committed by Gerrit Code Review
commit a2b5b92208
5 changed files with 0 additions and 16 deletions

View File

@ -1,12 +1,9 @@
--- ---
- include: config.yml - include: config.yml
when: inventory_hostname in groups['grafana']
- include: bootstrap.yml - include: bootstrap.yml
when: inventory_hostname in groups['grafana']
- name: Flush handlers - name: Flush handlers
meta: flush_handlers meta: flush_handlers
- include: post_config.yml - include: post_config.yml
when: inventory_hostname in groups['grafana']

View File

@ -1,19 +1,15 @@
--- ---
- include: config.yml - include: config.yml
when: inventory_hostname in groups['keystone']
- include: bootstrap.yml - include: bootstrap.yml
when: inventory_hostname in groups['keystone']
- name: Flush handlers - name: Flush handlers
meta: flush_handlers meta: flush_handlers
- include: init_fernet.yml - include: init_fernet.yml
when: when:
- inventory_hostname in groups['keystone']
- keystone_token_provider == 'fernet' - keystone_token_provider == 'fernet'
- include: register.yml - include: register.yml
when: inventory_hostname in groups['keystone']
- include: check.yml - include: check.yml

View File

@ -1,9 +1,6 @@
--- ---
- include: config.yml - include: config.yml
when: inventory_hostname in groups['mongodb']
- include: bootstrap.yml - include: bootstrap.yml
when: inventory_hostname in groups['mongodb']
- include: start.yml - include: start.yml
when: inventory_hostname in groups['mongodb']

View File

@ -1,12 +1,9 @@
--- ---
- include: register.yml - include: register.yml
when: inventory_hostname in groups['panko-api']
- include: config.yml - include: config.yml
when: inventory_hostname in groups['panko-api']
- include: bootstrap.yml - include: bootstrap.yml
when: inventory_hostname in groups['panko-api']
- name: Flush handlers - name: Flush handlers
meta: flush_handlers meta: flush_handlers

View File

@ -1,12 +1,9 @@
--- ---
- include: register.yml - include: register.yml
when: inventory_hostname in groups['searchlight']
- include: config.yml - include: config.yml
when: inventory_hostname in groups['searchlight']
- include: bootstrap.yml - include: bootstrap.yml
when: inventory_hostname in groups['searchlight']
- name: Flush handlers - name: Flush handlers
meta: flush_handlers meta: flush_handlers