create_django_ida.yml 226 Bytes
Newer Older
1 2 3
---
# Creates a new ansible role
# Usage:
4
#   ansible-playbook ./create_django_ida.yml -i "localhost," -c local -e my_role_name=my_awesome_role
5 6 7 8 9
#
- hosts: localhost
  gather_facts: False
  roles:
    - ansible-role-django-ida