2015-05-03 16:06:30 +02:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
connection: local
|
|
|
|
gather_facts: no
|
|
|
|
tags:
|
|
|
|
- cloudstack
|
2015-08-19 21:37:54 +02:00
|
|
|
vars:
|
2015-08-23 22:48:32 +02:00
|
|
|
cs_resource_prefix: "{{ resource_prefix | default('cs-') }}"
|
2015-05-03 16:06:30 +02:00
|
|
|
roles:
|
2015-09-09 22:36:19 +02:00
|
|
|
- { role: test_cs_user, tags: test_cs_user }
|
2015-08-23 22:48:32 +02:00
|
|
|
- { role: test_cs_project, tags: test_cs_project }
|
|
|
|
- { role: test_cs_iso, tags: test_cs_iso }
|
|
|
|
- { role: test_cs_domain, tags: test_cs_domain }
|
|
|
|
- { role: test_cs_vmsnapshot, tags: test_cs_vmsnapshot }
|
2015-05-03 16:06:30 +02:00
|
|
|
- { role: test_cs_sshkeypair, tags: test_cs_sshkeypair }
|
|
|
|
- { role: test_cs_affinitygroup, tags: test_cs_affinitygroup }
|
|
|
|
- { role: test_cs_securitygroup, tags: test_cs_securitygroup }
|
|
|
|
- { role: test_cs_securitygroup_rule, tags: test_cs_securitygroup_rule }
|
|
|
|
- { role: test_cs_instance, tags: test_cs_instance }
|
|
|
|
- { role: test_cs_instancegroup, tags: test_cs_instancegroup }
|
2015-05-19 10:11:55 +02:00
|
|
|
- { role: test_cs_portforward, tags: test_cs_portforward }
|
2015-05-11 17:37:35 +02:00
|
|
|
- { role: test_cs_account, tags: test_cs_account }
|
2015-05-18 22:44:29 +02:00
|
|
|
- { role: test_cs_firewall, tags: test_cs_firewall }
|
2015-10-17 14:01:02 +02:00
|
|
|
- { role: test_cs_loadbalancer_rule, tags: test_cs_loadbalancer_rule }
|