2015-05-31 19:35:38 +02:00
|
|
|
---
|
|
|
|
revive_pkg_state: latest
|
|
|
|
|
2015-07-13 14:17:42 +02:00
|
|
|
revive_ad_version: 3.2.1
|
2015-05-31 19:35:38 +02:00
|
|
|
|
|
|
|
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-parser
|
|
|
|
- php5-memcache
|
|
|
|
- php5-xcache
|
|
|
|
- libphp-pclzip
|
|
|
|
|
|
|
|
revive_ad_php_db_server_modules:
|
|
|
|
- php5-mysqlnd
|
|
|
|
|
|
|
|
revive_writable_dirs:
|
|
|
|
- var
|
|
|
|
- var/cache
|
|
|
|
- var/plugins
|
|
|
|
- var/templates_compiled
|
|
|
|
- plugins
|
|
|
|
- www/admin/plugins
|