-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add Ansible section + ferrarimarco/cookiecutter-ansible-role #903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ansible section + ferrarimarco/cookiecutter-ansible-role #903
Conversation
Codecov Report
@@ Coverage Diff @@
## master #903 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 17 17
Lines 684 684
=====================================
Hits 684 684 Continue to review full report at Codecov.
|
@ferrarimarco What do you think about adding the existing |
@michaeljoseph done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a rebase now please.
README.rst
Outdated
@@ -455,6 +453,13 @@ Meta-templates for generating Cookiecutter project templates. | |||
|
|||
.. _`cookiecutter-template`: https://github.com/eviweb/cookiecutter-template | |||
|
|||
Ansible | |||
~~ | |||
* `cookiecutter-ansible-role`_: A template to create ansible roles. Forget about file creation and focus on actions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please extend the ~
to the end of heading and add a new line to fix the formatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also please update the category list?
https://github.com/audreyr/cookiecutter/pull/903/files#diff-88b99bb28683bd5b7e3a204826ead112R207
@michaeljoseph done as requested. I am rebasing now... |
@michaeljoseph rebase completed |
README.rst
Outdated
@@ -314,7 +315,7 @@ Python | |||
* `cookiecutter-quokka-module`_: A template to create a blueprint module for Quokka Flask CMS. | |||
* `cookiecutter-kivy`_: A template for NUI applications built upon the kivy python-framework. | |||
* `cookiedozer`_: A template for Python Kivy apps ready to be deployed to android devices with Buildozer. | |||
* `cookiecutter-ansible-role`_: A template to create ansible roles. Forget about file creation and focus on actions. | |||
* `cookiecutter-pypackage-minimal`_: A minimal Python package template. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This (and https://github.com/audreyr/cookiecutter/pull/903/files#diff-88b99bb28683bd5b7e3a204826ead112R354) looks like a duplicate entry?
Also moved cookiecutter-ansible-role in the Ansible section
@michaeljoseph fixed, sorry |
Awesome, thanks @ferrarimarco! |
I added a dedicated Ansible section and a cookiecutter-ansible-role template. It's a fork of the existing one with additional features (mainly a test infrastructure and various lint checks) that were rejected by upstream.