Add option to install as collection

We create symlink and galaxy.yml file so that this module
could be installed as an ansible collection in addition
to already used methods.

Change-Id: I2f49028fbea09a2f38b54544ae96dee9d0156f6f
This commit is contained in:
Dmitriy Rabotyagov 2021-09-06 12:34:26 +03:00
parent 8a9b9622d5
commit bb1d445a08
2 changed files with 20 additions and 0 deletions

19
galaxy.yml Normal file
View File

@ -0,0 +1,19 @@
---
namespace: "openstack"
description: |-
Template includes config_template module, that leverages template module and
adds override functionality to different types of config files.
name: "config_template"
version: "1.2.0"
readme: "README.rst"
authors:
- Kevin Carter <kevin.carter@rackspace.com>
- Jimmy McCrory <jimmy.mccrory@gmail.com>
- Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk>
- Logan V <logan2211@gmail.com>
license:
- "Apache-2.0"
tags:
- template
- config
repository: "https://github.com/noonedeadpunk/ansible-config_template"

1
plugins/action Symbolic link
View File

@ -0,0 +1 @@
../action