mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
858 B
YAML
46 lines
858 B
YAML
10 years ago
|
---
|
||
|
- hosts: localhost
|
||
|
connection: local
|
||
|
gather_facts: false
|
||
|
tags:
|
||
|
- rackspace
|
||
|
roles:
|
||
|
- role: test_rax
|
||
|
tags: test_rax
|
||
10 years ago
|
|
||
10 years ago
|
- role: test_rax_facts
|
||
|
tags: test_rax_facts
|
||
|
|
||
10 years ago
|
- role: test_rax_meta
|
||
|
tags: test_rax_meta
|
||
|
|
||
10 years ago
|
- role: test_rax_keypair
|
||
|
tags: test_rax_keypair
|
||
|
|
||
10 years ago
|
- role: test_rax_clb
|
||
|
tags: test_rax_clb
|
||
10 years ago
|
|
||
|
- role: test_rax_clb_nodes
|
||
|
tags: test_rax_clb_nodes
|
||
10 years ago
|
|
||
|
- role: test_rax_network
|
||
|
tags: test_rax_network
|
||
10 years ago
|
|
||
|
- role: test_rax_cbs
|
||
|
tags: test_rax_cbs
|
||
10 years ago
|
|
||
|
- role: test_rax_cbs_attachments
|
||
|
tags: test_rax_cbs_attachments
|
||
10 years ago
|
|
||
|
- role: test_rax_identity
|
||
|
tags: test_rax_identity
|
||
10 years ago
|
|
||
|
- role: test_rax_cdb
|
||
|
tags: test_rax_cdb
|
||
10 years ago
|
|
||
|
- role: test_rax_cdb_database
|
||
|
tags: test_rax_cdb_database
|
||
10 years ago
|
|
||
|
- role: test_rax_scaling_group
|
||
|
tags: test_rax_scaling_group
|