Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HackSoftware/cookiecutter-django-ansible
Powered by Cookiecutter, Cookiecutter Django Ansible is a framework for jumpstarting an ansible project for provisioning a server that is ready for your cookiecutter-django application.
https://github.com/HackSoftware/cookiecutter-django-ansible
ansible automation cookiecutter-django django
Last synced: about 2 months ago
JSON representation
Powered by Cookiecutter, Cookiecutter Django Ansible is a framework for jumpstarting an ansible project for provisioning a server that is ready for your cookiecutter-django application.
- Host: GitHub
- URL: https://github.com/HackSoftware/cookiecutter-django-ansible
- Owner: HackSoftware
- License: mit
- Archived: true
- Created: 2016-07-17T19:53:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T16:10:52.000Z (about 7 years ago)
- Last Synced: 2024-08-03T09:04:29.307Z (5 months ago)
- Topics: ansible, automation, cookiecutter-django, django
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 72
- Watchers: 8
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-ansible - cookiecutter-django-ansible - django application. (django)
README
Cookiecutter Django Ansible
===========================
[![Build Status](https://travis-ci.org/HackSoftware/cookiecutter-django-ansible.svg?branch=travisCI)](https://travis-ci.org/HackSoftware/cookiecutter-django-ansible)Powered by [Cookiecutter](https://github.com/audreyr/cookiecutter), Cookiecutter Django Ansible is a framework for jumpstarting an ansible project for provisioning a server that is ready for your [cookiecutter-django](https://github.com/pydanny/cookiecutter-django) application.
Features
--------
- Works with latest cookiecutter-django
- Fully automates the provisioning project
- Sets up a postgres server
- Sets up a NGINX server
- Sets up a upstart job
- Sets up env files
- Sets up ability to separate db server from application server. For easier scaling.
- Sets up staging and production server. For easier development cycle.
- Sets up celery with rabbitmq-server
- Sets up a letsencrypt configuration (Comming soon!)
- Works for
- Ubuntu 14.04Requirements
------------
Install `cookiecutter` command line: `pip install cookiecutter`Usage
-----
Generate a new Cookiecutter template layout: `cookiecutter gh:HackSoftware/cookiecutter-django-ansible`License
-------
This project is licensed under the terms of the [MIT License](/LICENSE)