From 8dfb9b4645c71447ca1889b3bbce4f3fb9a67687 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Aug 2020 20:51:58 +0200 Subject: [PATCH] fix folder structure --- .../plugins/README.md | 31 ------------------- .../{{cookiecutter.collection_name}}}/LICENSE | 0 .../README.md | 0 .../galaxy.yml | 0 4 files changed, 31 deletions(-) delete mode 100644 {{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/plugins/README.md rename {{{cookiecutter.namespace}}.{{cookiecutter.collection_name}} => {{cookiecutter.namespace}}/{{cookiecutter.collection_name}}}/LICENSE (100%) rename {{{cookiecutter.namespace}}.{{cookiecutter.collection_name}} => {{cookiecutter.namespace}}/{{cookiecutter.collection_name}}}/README.md (100%) rename {{{cookiecutter.namespace}}.{{cookiecutter.collection_name}} => {{cookiecutter.namespace}}/{{cookiecutter.collection_name}}}/galaxy.yml (100%) diff --git a/{{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/plugins/README.md b/{{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/plugins/README.md deleted file mode 100644 index 6541cf7..0000000 --- a/{{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/plugins/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Collections Plugins Directory - -This directory can be used to ship various plugins inside an Ansible collection. Each plugin is placed in a folder that -is named after the type of plugin it is in. It can also include the `module_utils` and `modules` directory that -would contain module utils and modules respectively. - -Here is an example directory of the majority of plugins currently supported by Ansible: - -``` -└── plugins - ├── action - ├── become - ├── cache - ├── callback - ├── cliconf - ├── connection - ├── filter - ├── httpapi - ├── inventory - ├── lookup - ├── module_utils - ├── modules - ├── netconf - ├── shell - ├── strategy - ├── terminal - ├── test - └── vars -``` - -A full list of plugin types can be found at [Working With Plugins](https://docs.ansible.com/ansible/2.9/plugins/plugins.html). \ No newline at end of file diff --git a/{{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/LICENSE b/{{cookiecutter.namespace}}/{{cookiecutter.collection_name}}/LICENSE similarity index 100% rename from {{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/LICENSE rename to {{cookiecutter.namespace}}/{{cookiecutter.collection_name}}/LICENSE diff --git a/{{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/README.md b/{{cookiecutter.namespace}}/{{cookiecutter.collection_name}}/README.md similarity index 100% rename from {{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/README.md rename to {{cookiecutter.namespace}}/{{cookiecutter.collection_name}}/README.md diff --git a/{{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/galaxy.yml b/{{cookiecutter.namespace}}/{{cookiecutter.collection_name}}/galaxy.yml similarity index 100% rename from {{cookiecutter.namespace}}.{{cookiecutter.collection_name}}/galaxy.yml rename to {{cookiecutter.namespace}}/{{cookiecutter.collection_name}}/galaxy.yml