Import config_template to openstack(-ansible)

This patch adds the config_template action plugin, coming from
OpenStack-Ansible plugins, but spined off as standalone to get
more community feedback. It's a truely generic plugin that
can be used everywhere in ansible.

An individual core group is added, but the general OSA core
group would have core capabilities as a back-stop for now, until
more diversity is found.

Needed-By: I7cbf22fff1c483f23c59cae4d9e6669f4c857f04
Change-Id: Icf63d99016c8c623a9e82b2832520c5751b3a2cd
This commit is contained in:
Jean-Philippe Evrard 2018-02-21 16:04:46 +00:00
parent 874dc12cd1
commit 4f2ee37755
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group ansible-config_template-core
abandon = group openstack-ansible-core
create = group openstack-ansible-release
label-Code-Review = -2..+2 group ansible-config_template-core
label-Code-Review = -2..+2 group openstack-ansible-core
label-Workflow = -1..+1 group ansible-config_template-core
label-Workflow = -1..+1 group openstack-ansible-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -876,6 +876,12 @@
- project: openstack/anchor
description: An Ephemeral PKI system that can act as a trust anchor for OpenStack
PKI operations
- project: openstack/ansible-config_template
description: Ansible action plugin to template arbitrary json ini yaml data
upstream: https://github.com/evrardjp/ansible-config_template
groups:
- openstack-ansible
docimpact-group: openstack-ansible
- project: openstack/ansible-hardening
description: Ansible role for security hardening
groups:

View File

@ -153,6 +153,7 @@ openstack-ansible:
# All openstack-ansible projects
- ^openstack/openstack-ansible.*
# Then alphabetical order
- openstack/ansible-config_template
- openstack/ansible-hardening
- openstack/monitorstack
branches:

View File

@ -205,6 +205,7 @@
- openstack/alexandria
- openstack/almanach
- openstack/anchor
- openstack/ansible-config_template
- openstack/ansible-hardening
- openstack/ansible-role-ara
- openstack/ansible-role-bindep