Links tagged with “ansible”
-
trailofbits/algo: Set up a personal IPSEC VPN in the cloud
Another self-hosted VPN server, which they say is better than Streisand.
-
Tryolabs/metamon: Collection of Ansible playbooks to quickly start your Django Application
Another one of these for reference.
-
Multistage environments with Ansible – Ross Tuck
I don’t need think I need this kind of setup right now, but in case I do in future… (via Infovore)
-
How To Deploy Multiple PHP Applications using Ansible on Ubuntu 14.04 | DigitalOcean
A rare example of deploying multiple sites to one server with Ansible.
-
bee-keeper/aws-ansible-django-deployment - Shell
Looks like a good example of Ansible for deploying a Django project on AWS and Vagrant.
-
Australian Ruby on Rails developers blog: Ansible (Real Life) Good Practices |
Mainly for the tip about the “Vault Pseudo leaf encryption”.
-
6 practices for super smooth Ansible experience by Maxim Chernyak
More Ansible tips. Like him I’ve been a bit frustrated that setting up a Vagrant box feels too different to setting up a real server, when you want them to be as similar as possible.
-
Development Environments with Vagrant and Ansible · Daniel Groves
Saving some useful examples. Includes Django too.
-
Securing a Server with Ansible · Ryan Eschinger Consulting
Saving some useful examples.
-
An Ansible Tutorial - Servers for Hackers
More useful-looking future Ansible reading.
-
jcalazan/ansible-django-stack
An Ansible playbook: Django, Postgres, Vagrant, Ubuntu 14.04, tested with DigitalOcean. Promising.
-
Easy Django Deployments with Ansible - Technically Voracious
A very simple, apparently, Ansible playbook for deploying a Django site to something like DigitalOcean.