openstack-ansible-os_barbican/tasks
Jesse Pretorius 7f399d384d Use package module to install distro packages
Consolidate distro package install tasks into a
single task using the package module and pass
the package list into the name instead of using
a with_items loop.

The minimum Ansible version is raised to 2.2 due to a
known bug [1] in Ansible's apt module which does not
update the cache properly if the cache update and the
install are combined in a single task.

[1] https://github.com/ansible/ansible-modules-core/issues/1497

Also:
- remove unused travis configuration file
- move release note to the proper location
- add license boilerplate to meta file

Change-Id: Ibc2d96a48f156f19235df8b7a25d59d433c3aad5
2017-05-02 11:31:03 +01:00
..
barbican_apache.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_db_setup.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_init.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_init_common.yml Remove Trusty support from os_barbican role 2016-12-15 13:15:41 +00:00
barbican_init_systemd.yml Ensure the components are isolated from the system 2017-03-28 23:55:46 -05:00
barbican_install.yml Use package module to install distro packages 2017-05-02 11:31:03 +01:00
barbican_post_install.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_pre_install.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_service_setup.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_ssl.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_ssl_key_create.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_ssl_key_distribute.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_ssl_key_store.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_ssl_self_signed.yml Standardize task file names 2016-11-18 10:17:27 -08:00
barbican_ssl_user_provided.yml Standardize task file names 2016-11-18 10:17:27 -08:00
main.yml Bring consistency to tags 2017-01-10 13:59:05 +00:00