From bb1d445a08e4a2dccb3503625199c9d11368adda Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 6 Sep 2021 12:34:26 +0300 Subject: [PATCH] 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 --- galaxy.yml | 19 +++++++++++++++++++ plugins/action | 1 + 2 files changed, 20 insertions(+) create mode 100644 galaxy.yml create mode 120000 plugins/action diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..156e509 --- /dev/null +++ b/galaxy.yml @@ -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 + - Jimmy McCrory + - Jean-Philippe Evrard + - Logan V +license: + - "Apache-2.0" +tags: + - template + - config +repository: "https://github.com/noonedeadpunk/ansible-config_template" diff --git a/plugins/action b/plugins/action new file mode 120000 index 0000000..c770481 --- /dev/null +++ b/plugins/action @@ -0,0 +1 @@ +../action \ No newline at end of file