From 0837028f1266eb9619e0615169b7800ed2d59ad7 Mon Sep 17 00:00:00 2001 From: "D. Yu" Date: Tue, 5 Apr 2016 10:50:42 +0800 Subject: [PATCH] Fix example in `Using Ansible for Django Deployments` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad21ff4d..6c6d4f41 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ When doing deployments, you can simply use the `--tags` option to only run those For example, you can add the tag `deploy` to certain tasks that you want to execute as part of your deployment process and then run this command: ``` -ansible-playbook -i stage webserbers.yml --tags="deploy" +ansible-playbook -i stage webservers.yml --tags="deploy" ``` This repo already has `deploy` tags specified for tasks that are likely needed to run during deployment in most Django environments. @@ -184,4 +184,4 @@ This will create and mount a 1GB swap. Note that block size is 1024, so the siz - [Ansible - Getting Started](http://docs.ansible.com/intro_getting_started.html) - [Ansible - Best Practices](http://docs.ansible.com/playbooks_best_practices.html) - [Setting up Django with Nginx, Gunicorn, virtualenv, supervisor and PostgreSQL](http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/) -- [How to deploy encrypted copies of your SSL keys and other files with Ansible and OpenSSL](http://www.calazan.com/how-to-deploy-encrypted-copies-of-your-ssl-keys-and-other-files-with-ansible-and-openssl/) \ No newline at end of file +- [How to deploy encrypted copies of your SSL keys and other files with Ansible and OpenSSL](http://www.calazan.com/how-to-deploy-encrypted-copies-of-your-ssl-keys-and-other-files-with-ansible-and-openssl/)