homepage/ansible/vars/all.yml
Anton Vakhrushev 3217d282cc Change deploy configuration
Add hosts variables for prod configuration
2017-01-21 10:11:36 +03:00

24 lines
394 B
YAML
Executable File

---
application_root: /vagrant
site:
www_dir: anwinged
domain: anwinged.ru
conf_name: anwinged.conf
timezone: UTC
nginx_conf_name: 'anwinged.conf'
nginx_conf_root: '{{ application_root }}/output_dev'
nginx_conf_domain: 'anwinged'
nginx_remove_default_vhost: true
php_enable_webserver: false
php_packages:
- php7.1
- php7.1-mbstring
- php7.1-intl
- php7.1-curl
- php7.1-xml