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