|
|
|
@ -16,20 +16,20 @@ export ANSIBLE_INVENTORY=test.aws_ec2.yml
|
|
|
|
|
ansible-playbook playbooks/test_invalid_aws_ec2_inventory_config.yml "$@"
|
|
|
|
|
|
|
|
|
|
# generate inventory config and test using it
|
|
|
|
|
ansible-playbook playbooks/create_inventory_config.yml -e @../../integration_config.yml "$@"
|
|
|
|
|
ansible-playbook playbooks/test_populating_inventory.yml -e @../../integration_config.yml "$@"
|
|
|
|
|
ansible-playbook playbooks/create_inventory_config.yml "$@"
|
|
|
|
|
ansible-playbook playbooks/test_populating_inventory.yml "$@"
|
|
|
|
|
|
|
|
|
|
# generate inventory config with caching and test using it
|
|
|
|
|
ansible-playbook playbooks/create_inventory_config.yml -e "template='inventory_with_cache.yml' @../../integration_config.yml" "$@"
|
|
|
|
|
ansible-playbook playbooks/populate_cache.yml -e @../../integration_config.yml "$@"
|
|
|
|
|
ansible-playbook playbooks/create_inventory_config.yml -e "template='inventory_with_cache.yml'" "$@"
|
|
|
|
|
ansible-playbook playbooks/populate_cache.yml "$@"
|
|
|
|
|
ansible-playbook playbooks/test_inventory_cache.yml "$@"
|
|
|
|
|
|
|
|
|
|
# remove inventory cache
|
|
|
|
|
rm -r aws_ec2_cache_dir/
|
|
|
|
|
|
|
|
|
|
# generate inventory config with constructed features and test using it
|
|
|
|
|
ansible-playbook playbooks/create_inventory_config.yml -e "template='inventory_with_constructed.yml' @../../integration_config.yml" "$@"
|
|
|
|
|
ansible-playbook playbooks/test_populating_inventory_with_constructed.yml -e @../../integration_config.yml "$@"
|
|
|
|
|
ansible-playbook playbooks/create_inventory_config.yml -e "template='inventory_with_constructed.yml'" "$@"
|
|
|
|
|
ansible-playbook playbooks/test_populating_inventory_with_constructed.yml "$@"
|
|
|
|
|
|
|
|
|
|
# cleanup inventory config
|
|
|
|
|
ansible-playbook playbooks/empty_inventory_config.yml "$@"
|
|
|
|
|