openstack-ansible/etc/openstack_deploy/user-role-requirements.yml.example
Dmitriy Rabotyagov fd4e041608 [doc] Add examples of u-c-r, u-c-c and user.rc
As of today we do support very powerful set of overrides for roles,
collections and environment variables that are not widely used or known
by deployers.

This patch aims to add some example files to sample openstack_deploy
folder to raise awareness about existence of these files.

Change-Id: I3940f5277c7d5a26c2686382758507c19b0c815d
2023-12-07 18:38:44 +01:00

8 lines
350 B
Plaintext

# Use this file to fill in your third party roles that you'd like to have added during bootstrap-ansible.sh.
# Roles with the same name will have prescedence and override ones provided in ansible-role-requirements.yml
# Example:
# - name: galera_client
# src: https://github.com/os-cloud/opc_role-galera_client
# scm: git
# version: master