An open API service indexing awesome lists of open source software.

https://github.com/mukulmantosh/ansible_snippets

Ansible Snippets for deploying Django Apps
https://github.com/mukulmantosh/ansible_snippets

Last synced: 3 months ago
JSON representation

Ansible Snippets for deploying Django Apps

Awesome Lists containing this project

README

        

# Ansible Commands

Basic ansible snippets for deploying Django Application

For Web:
```
ansible-playbook -i hosts web/web.yml
```

For DB:
```
ansible-playbook -i hosts db/db.yml
```

For App:
```
ansible-playbook -i hosts app/app.yml
```