Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 529 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 529 Bytes

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 >