domains:
- 192.168.33.10.xip.io
- www.192.168.33.10.xip.io
- repo_url: git@github.com:lorin/mezzanine-example.git
+ repo_url: git@github.com:ansiblebook/mezzanine_example.git
locale: en_US.UTF-8
# Variables below don't appear in Mezannine's fabfile.py
# but I've added them for convenience
repo: "{{ repo_url }}"
dest: "{{ proj_path }}"
accept_hostkey: yes
- version: update # TODO: Merge update to the master branch and remove this
- name: install Python requirements globally via pip
pip: name={{ item }} state=latest
with_items: