2014-02-20 19:00:05 +01:00
|
|
|
all: non_destructive destructive # amazon rackspace
|
|
|
|
|
|
|
|
non_destructive:
|
|
|
|
ansible-playbook non_destructive.yml -i inventory -e @integration_config.yml -v $(TEST_FLAGS)
|
2014-02-20 19:05:03 +01:00
|
|
|
|
2014-02-20 19:25:19 +01:00
|
|
|
destructive:
|
2014-02-20 19:05:03 +01:00
|
|
|
ansible-playbook destructive.yml -i inventory -e @integration_config.yml -v $(TEST_FLAGS)
|
2014-02-20 19:25:19 +01:00
|
|
|
|