ansible/test/integration/cloudstack.yml

19 lines
818 B
YAML
Raw Normal View History

2015-05-03 14:06:30 +00:00
---
- hosts: localhost
connection: local
gather_facts: no
tags:
- cloudstack
2015-08-19 19:37:54 +00:00
vars:
cs_resource_prefix: "cs{{ resource_prefix | default('') }}"
2015-05-03 14:06:30 +00:00
roles:
- { 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 }
- { role: test_cs_portforward, tags: test_cs_portforward }
2015-05-11 15:37:35 +00:00
- { role: test_cs_account, tags: test_cs_account }
2015-05-18 20:44:29 +00:00
- { role: test_cs_firewall, tags: test_cs_firewall }