Monty Taylor | 36ddea3 | 2017-10-02 10:05:17 -0500 | [diff] [blame] | 1 | - hosts: all |
Andrea Frittoli | 02bb57b | 2018-03-09 17:12:38 +0000 | [diff] [blame] | 2 | # This is the default strategy, however since orchestrate-devstack requires |
| 3 | # "linear", it is safer to enforce it in case this is running in an |
| 4 | # environment configured with a different default strategy. |
| 5 | strategy: linear |
Monty Taylor | 36ddea3 | 2017-10-02 10:05:17 -0500 | [diff] [blame] | 6 | roles: |
Andrea Frittoli | 5e714d3 | 2018-02-17 22:21:26 +0000 | [diff] [blame] | 7 | - orchestrate-devstack |