c6dec23ba1139c090fe9365f0f04dc68fe40f3a6
Add OS_REGION_NAME to the openrc file. Replaces openrc_clouds_yml_region_name with a common openrc_service_region variable. Change-Id: I68cbd6b2aaa64ef655cfc617a96d428fb2c35d2b
OpenStack-Ansible openrc file
- tags
-
openstack, openrc, cloud, ansible
- category
-
*nix
This Ansible role creates the configuration files used by various OpenStack CLI tools. For more information about these tools, see the OpenStack CLI Reference.
Required Variables
To use this role, define the following variables:
keystone_service_adminuri_insecure: false
keystone_service_internaluri_insecure: false
openrc_os_password: secrete
openrc_os_domain_name: DefaultExample Playbook
- name: Install openrc
hosts: all
user: root
roles:
- { role: "openstack-ansible-openstack_openrc",
tags: [ "openstack_openrc" ]
}
vars:
keystone_service_adminuri_insecure: false
keystone_service_internaluri_insecure: false
openrc_os_password: secrete
openrc_os_domain_name: DefaultTags
This role supports two tags: openrc-install and
openrc-config
The openrc-install tag can be used to install and
upgrade.
The openrc-config tag can be used to manage
configuration.
Languages
Python
62.4%
Jinja
37.6%