Skip to content

mauromedda/ansible_role_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Django Install

A simple Ansible role used to install Django framework.

Role Variables

django_db_drivers: [ ] 
django_version: "1.10"
django_py_major_ver: "2"
django_state: "present"

Example Playbook

    - hosts: all
      become: true

      roles:
         - { role: meddam.django-install, django_version: "1.10" }

License

BSD

Author Information

Mauro Medda aka deftunix < medda.mauro at gmail dot com >

About

Ansible Role to install Django

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published