openstack-ansible-os_barbican/tasks
Jesse Pretorius 91c62d5d28 Add venv_tag local fact
In order to make it easier to detect the currently deployed
venv for a service, and therefore allow smarter decisions
for things like upgrading, we implement the venv tag as a
local fact.

The file used to store facts will be the same for all
OpenStack services, with each service using its own section.

Example:

"ansible_local": {
    "openstack_ansible": {
        "barbican": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I086c66d720ead341c6186462bdcd1ecf5fd00b34
(cherry picked from commit 54865e7a18)
2017-05-22 17:49:02 +00: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-04-26 15:20:58 +00:00
barbican_install.yml Add venv_tag local fact 2017-05-22 17:49:02 +00: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