Initial commit
parents
No related branches found
No related tags found
Showing
- .flake8 2 additions, 0 deletions.flake8
- .gitignore 7 additions, 0 deletions.gitignore
- .yamllint 13 additions, 0 deletions.yamllint
- LICENSE 25 additions, 0 deletionsLICENSE
- README.md 86 additions, 0 deletionsREADME.md
- defaults/main.yml 33 additions, 0 deletionsdefaults/main.yml
- handlers/main.yml 6 additions, 0 deletionshandlers/main.yml
- meta/main.yml 15 additions, 0 deletionsmeta/main.yml
- molecule/default/Dockerfile.j2 13 additions, 0 deletionsmolecule/default/Dockerfile.j2
- molecule/default/create.yml 61 additions, 0 deletionsmolecule/default/create.yml
- molecule/default/destroy.yml 39 additions, 0 deletionsmolecule/default/destroy.yml
- molecule/default/molecule.yml 31 additions, 0 deletionsmolecule/default/molecule.yml
- molecule/default/molecule.yml-docker 25 additions, 0 deletionsmolecule/default/molecule.yml-docker
- molecule/default/playbook.yml 6 additions, 0 deletionsmolecule/default/playbook.yml
- molecule/default/prepare.yml 9 additions, 0 deletionsmolecule/default/prepare.yml
- molecule/default/tests/test_default.py 16 additions, 0 deletionsmolecule/default/tests/test_default.py
- tasks/main.yml 71 additions, 0 deletionstasks/main.yml
- templates/400.html 12 additions, 0 deletionstemplates/400.html
- templates/403.html 12 additions, 0 deletionstemplates/403.html
- templates/404.html 12 additions, 0 deletionstemplates/404.html
.flake8
0 → 100644
.gitignore
0 → 100644
.yamllint
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
defaults/main.yml
0 → 100644
handlers/main.yml
0 → 100644
meta/main.yml
0 → 100644
molecule/default/Dockerfile.j2
0 → 100644
molecule/default/create.yml
0 → 100644
molecule/default/destroy.yml
0 → 100644
molecule/default/molecule.yml
0 → 100644
molecule/default/molecule.yml-docker
0 → 100644
molecule/default/playbook.yml
0 → 100644
molecule/default/prepare.yml
0 → 100644
molecule/default/tests/test_default.py
0 → 100644
tasks/main.yml
0 → 100644
templates/400.html
0 → 100644
templates/403.html
0 → 100644
templates/404.html
0 → 100644
Please register or sign in to comment