Add ansible-role-pki repo

This repo is designed to manage SSL certificates that should be
generated/installed in a unified approach to ease the maintenance.

Change-Id: I42986d9a6ed3744d8df8ead4fe6bfc36ae97c7be
Needed-By: https://review.opendev.org/c/openstack/governance/+/773383
This commit is contained in:
Dmitriy Rabotyagov 2021-02-01 14:58:19 +02:00
parent 57ed60678e
commit a189b082e4
3 changed files with 8 additions and 0 deletions

View File

@ -909,6 +909,12 @@
acl-config: /home/gerrit2/acls/openstack/tripleo-ansible.config acl-config: /home/gerrit2/acls/openstack/tripleo-ansible.config
groups: groups:
- tripleo - tripleo
- project: openstack/ansible-role-pki
description: Ansible role to manage SSL certificate creation and distribution
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
groups:
- openstack-ansible
docimpact-group: openstack-ansible
- project: openstack/ansible-role-python_venv_build - project: openstack/ansible-role-python_venv_build
description: Ansible role to manage the building of python venvs description: Ansible role to manage the building of python venvs
groups: groups:

View File

@ -223,6 +223,7 @@ openstack-ansible:
- ^openstack/openstack-ansible.* - ^openstack/openstack-ansible.*
- openstack/ansible-config_template - openstack/ansible-config_template
- openstack/ansible-hardening - openstack/ansible-hardening
- openstack/ansible-role-pki
- openstack/ansible-role-python_venv_build - openstack/ansible-role-python_venv_build
- openstack/ansible-role-systemd_mount - openstack/ansible-role-systemd_mount
- openstack/ansible-role-systemd_networkd - openstack/ansible-role-systemd_networkd

View File

@ -250,6 +250,7 @@
- openstack/ansible-role-container-registry - openstack/ansible-role-container-registry
- openstack/ansible-role-lunasa-hsm - openstack/ansible-role-lunasa-hsm
- openstack/ansible-role-openstack-operations - openstack/ansible-role-openstack-operations
- openstack/ansible-role-pki
- openstack/ansible-role-python_venv_build - openstack/ansible-role-python_venv_build
- openstack/ansible-role-qdrouterd - openstack/ansible-role-qdrouterd
- openstack/ansible-role-redhat-subscription - openstack/ansible-role-redhat-subscription