public-health-ch/ansible/site.yaml

13 lines
310 B
YAML
Raw Normal View History

2017-04-24 12:22:51 +00:00
- hosts: webservers
become: True
gather_facts: True
vars:
release_dir: /opt/publichealth
django_log_dir: /var/log/publichealth
ipv4_addresses: "{{ ansible_all_ipv4_addresses }}"
environment:
COMPOSE_FILE: "./docker-compose.yml"
COMPOSE_PROJECT_NAME: publichealth
roles:
- web