openstack-ansible-os_barbican/doc/source/index.rst

1.2 KiB

Barbican role for OpenStack-Ansible

This Ansible role installs and configures OpenStack barbican.

To clone or view the source code for this repository, visit the role repository for os_barbican.

Default variables

../../defaults/main.yml

Dependencies

This role needs pip >= 7.1 installed on the target host.

This role requires the following variables to be defined:

barbican_galera_address
barbican_galera_password
barbican_rabbitmq_password
barbican_service_password
keystone_admin_user_name
keystone_auth_admin_password
keystone_admin_tenant_name

Example playbook

../../examples/playbook.yml

Tags

This role supports two tags: barbican-install and barbican-config. The barbican-install tag can be used to install and upgrade. The barbican- config tag can be used to maintain configuration of the service.