Django_ansible_template

screenshot of Django_ansible_template

Simple and beautiful django ansible template for install project in local environments and servers

Overview

The django-ansible-template is a simple and beautiful template for installing Django projects in local environments and servers using Ansible. It provides an easy way to set up and deploy Django projects with Ansible.

Features

  • Easy installation process using the django-admin.py startproject command and a provided template URL.
  • Ability to encrypt sensitive data using ansible-vault encrypt_string and securely store it in project files.
  • Support for local installation, remote server preparation, and remote server deployment.
  • Easy customization of group variables and hosts values for different stages (test, staging, production).

Summary

The django-ansible-template is a useful tool for setting up and deploying Django projects with Ansible. It simplifies the installation process and provides a secure way to store sensitive data. With customizable group variables and hosts values, it supports different stages of deployment.