openstack-ansible-os_barbican/tasks
Jesse Pretorius 422789372d Use updated get_url module checksum functionality
Starting in Ansible 2.0, the get_url [1] module provides the
ability for a checksum to be provided to the get_url module
which will be verified against the local destination file
and the task skipped if it matches.

[1] http://docs.ansible.com/ansible/get_url_module.html

This patch implements the use of this functionality.

The ability to ignore a venv download failure is also removed
as this is not necessary or desirable. It is better for the
download to fail and the playbook execution to stop immediately
so that the failure point is exposed.

Change-Id: I051ee5ed48042d9a402583d733fe30ff06d34821
2016-11-07 17:47:46 +00:00
..
apache.yml Cleanup/standardize usage of tags 2016-07-08 12:06:08 -04:00
barbican_install_apt.yml Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
create-ssl-key.yml Cleanup/standardize usage of tags 2016-07-08 12:06:08 -04:00
database-setup.yml Use barbican-manage 2016-10-13 19:52:03 -07:00
distribute-ssl-key.yml Cleanup/standardize usage of tags 2016-07-08 12:06:08 -04:00
init.yml Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
init_common.yml Force Ansible to use dynamic includes 2016-09-22 12:18:16 +01:00
init_systemd.yml Fix ansible performance issue 2016-08-02 09:11:11 +01:00
init_upstart.yml Implement Ubuntu 16.04 support with SystemD 2016-07-14 10:35:59 -04:00
install.yml Use updated get_url module checksum functionality 2016-11-07 17:47:46 +00:00
main.yml Revert dynamic includes for inventory-based conditionals 2016-09-26 20:01:45 +01:00
post-install.yml Use public endpoint as service reference URL 2016-11-01 09:20:37 -07:00
pre-install.yml Cleanup/standardize usage of tags 2016-07-08 12:06:08 -04:00
self-signed-ssl.yml Revert dynamic includes for inventory-based conditionals 2016-09-26 20:01:45 +01:00
service-setup.yml Cleanup/standardize usage of tags 2016-07-08 12:06:08 -04:00
ssl.yml Force Ansible to use dynamic includes 2016-09-22 12:18:16 +01:00
store-ssl-key.yml Cleanup/standardize usage of tags 2016-07-08 12:06:08 -04:00
user-provided-ssl.yml Cleanup/standardize usage of tags 2016-07-08 12:06:08 -04:00