ch08 samples
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Sat, 7 Feb 2015 03:32:33 +0000 (22:32 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Sat, 7 Feb 2015 03:47:29 +0000 (22:47 -0500)
commit5fb83be058d40e8084325e0a7d7fe6945cc2390f
treef9e322a77e7e70349b2886db8aa1f17b099c3a54
parentcac2e68bf656f3efa4854e0f1f04cc3e3b879327
ch08 samples
17 files changed:
.gitignore
ch08/playbooks/Vagrantfile [new file with mode: 0644]
ch08/playbooks/mezzanine-across-servers.yml [new file with mode: 0644]
ch08/playbooks/mezzanine-one-server.yml [new file with mode: 0644]
ch08/playbooks/roles/database/defaults/main.yml [new file with mode: 0644]
ch08/playbooks/roles/database/tasks/main.yml [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/defaults/main.yml [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/tasks/django.yml [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/tasks/main.yml [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/tasks/nginx.yml [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/templates/gunicorn.conf.py.j2 [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/templates/local_settings.py.filters.j2 [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/templates/local_settings.py.j2 [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/templates/nginx.conf.j2 [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 [new file with mode: 0644]
ch08/playbooks/roles/mezzanine/vars/main.yml [new file with mode: 0644]
ch08/playbooks/secrets.yml.example [new file with mode: 0644]