Add integration tests for the rax module

This commit is contained in:
Matt Martz
2015-01-09 14:50:23 -06:00
parent 1544dde932
commit f5d2f8e382
6 changed files with 894 additions and 6 deletions

View File

@@ -1,4 +1,9 @@
- hosts: testhost
gather_facts: True
roles: []
---
- hosts: localhost
connection: local
gather_facts: false
tags:
- rackspace
roles:
- role: test_rax
tags: test_rax