ansible-roles/library/centos/roles/revive-adserver/defaults/main.yml

37 lines
894 B
YAML

---
#
# Note: in the index.php directory, the path to the yii distribution will be something like
# $yii='{{ yii_install_dir }}/yii/framework/yii.php';
#
# We need to install php from the remi php repository
php_remi_repo_install: True
revive_pkg_state: latest
revive_ad_version: 3.1.0
revive_ad_download_url: 'http://download.revive-adserver.com/revive-adserver-{{ revive_ad_version }}.tar.gz'
revive_ad_install_dir: '/opt'
revive_ad_dir: '{{ revive_ad_install_dir }}/revive-adserver/'
revive_ad_dest_dir: '{{ revive_ad_dir }}/ad'
revive_ad_images_dest_dir: '{{ revive_ad_dir }}/images'
revive_ad_user: revive
revive_ad_php_modules:
- php-xml
- php-pdo
- php-pecl-memcache
- php-xcache
- php-pclzip
- pcre
revive_ad_php_db_server_modules:
- php-pgsql
revive_writable_dirs:
- var
- var/cache
- var/plugins
- var/templates_compiled
- plugins
- www/admin/plugins