|
@@ -0,0 +1,17 @@
|
|
|
+# cookiecutter-ansible-role
|
|
|
+
|
|
|
+This builds and ansible role with a Vagrantfile for testing in vagrant
|
|
|
+
|
|
|
+## Prerequisites
|
|
|
+
|
|
|
+ Install cookiecutter
|
|
|
+```
|
|
|
+sudo pip install cookiecutter
|
|
|
+```
|
|
|
+
|
|
|
+Optionally to test using Vagrant:
|
|
|
+Install and configure [virtualbox](https://www.virtualbox.org/wiki/Downloads) and [vagrant](https://www.vagrantup.com/)
|
|
|
+
|
|
|
+## Using
|
|
|
+
|
|
|
+cookiecutter https://gogs.mague.com/Shokunin/cookiecutter-ansible-role.git
|