24 lines
398 B
YAML
24 lines
398 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
tags:
|
|
- rackspace
|
|
roles:
|
|
- role: prepare_rax_tests
|
|
tags:
|
|
- prepare
|
|
- prepare_rax_tests
|
|
|
|
- role: test_rax
|
|
tags: test_rax
|
|
|
|
- role: test_rax_facts
|
|
tags: test_rax_facts
|
|
|
|
- role: test_rax_clb
|
|
tags: test_rax_clb
|
|
|
|
- role: test_rax_clb_nodes
|
|
tags: test_rax_clb_nodes
|