2014-02-20 15:23:51 -05:00
|
|
|
all: non_destructive destructive test_hash # amazon rackspace
|
2014-02-20 13:00:05 -05:00
|
|
|
|
|
|
|
non_destructive:
|
|
|
|
ansible-playbook non_destructive.yml -i inventory -e @integration_config.yml -v $(TEST_FLAGS)
|
2014-02-20 13:05:03 -05:00
|
|
|
|
2014-02-20 13:25:19 -05:00
|
|
|
destructive:
|
2014-02-20 13:05:03 -05:00
|
|
|
ansible-playbook destructive.yml -i inventory -e @integration_config.yml -v $(TEST_FLAGS)
|
2014-02-20 13:25:19 -05:00
|
|
|
|
2014-02-20 15:23:51 -05:00
|
|
|
test_hash:
|
|
|
|
ANSIBLE_HASH_BEHAVIOUR=replace ansible-playbook test_hash.yml -i inventory -v -e '{"test_hash":{"extra_args":"this is an extra arg"}}'
|
|
|
|
ANSIBLE_HASH_BEHAVIOUR=merge ansible-playbook test_hash.yml -i inventory -v -e '{"test_hash":{"extra_args":"this is an extra arg"}}'
|