2014-03-04 02:08:51 +08:00
|
|
|
---
|
2016-11-30 01:14:03 +08:00
|
|
|
- include: check_mandatory_vars.yml
|
|
|
|
|
2015-01-21 01:43:47 +08:00
|
|
|
- include: pre_requisite.yml
|
2017-04-13 01:57:33 +08:00
|
|
|
when: not containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2014-03-04 02:08:51 +08:00
|
|
|
|
2015-07-24 02:01:43 +08:00
|
|
|
- include: ./scenarios/journal_collocation.yml
|
2016-04-01 18:57:58 +08:00
|
|
|
when:
|
2017-07-24 17:35:08 +08:00
|
|
|
- (journal_collocation or dmcrypt_journal_collocation)
|
2017-04-13 01:57:33 +08:00
|
|
|
- not containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2014-03-04 02:08:51 +08:00
|
|
|
|
2015-07-24 02:01:43 +08:00
|
|
|
- include: ./scenarios/raw_multi_journal.yml
|
2016-04-01 18:57:58 +08:00
|
|
|
when:
|
2016-05-09 22:08:33 +08:00
|
|
|
- raw_multi_journal
|
2017-04-13 01:57:33 +08:00
|
|
|
- not containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2015-01-21 01:43:47 +08:00
|
|
|
|
2016-07-19 23:55:57 +08:00
|
|
|
- include: ./scenarios/dmcrypt-dedicated-journal.yml
|
|
|
|
when:
|
|
|
|
- dmcrypt_dedicated_journal
|
2017-04-13 01:57:33 +08:00
|
|
|
- not containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2016-07-19 23:53:21 +08:00
|
|
|
|
2015-07-28 22:05:35 +08:00
|
|
|
- include: ./docker/main.yml
|
2017-04-13 01:57:33 +08:00
|
|
|
when: containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|