2017-01-12 15:06:30 +00:00
|
|
|
# Frey specific overrides, DO NOT EDIT THIS FILE
|
2017-01-11 09:25:28 +00:00
|
|
|
---
|
|
|
|
# apt role
|
|
|
|
apt_manage_sources_list: true
|
|
|
|
apt_src_enable: false
|
2017-01-12 15:06:30 +00:00
|
|
|
apt_update_cache_valid_time: 86400
|
|
|
|
apt_upgrade: false
|
|
|
|
apt_dpkg_configure: true
|
2017-01-11 09:25:28 +00:00
|
|
|
apt_install_state: present
|
2017-01-12 15:06:30 +00:00
|
|
|
apt_clean: true
|
|
|
|
apt_autoremove: true
|
2017-01-12 08:31:23 +00:00
|
|
|
|
2017-01-12 15:06:30 +00:00
|
|
|
# ansistrano roles
|
|
|
|
ansistrano_shared_paths:
|
|
|
|
- logs
|
|
|
|
ansistrano_keep_releases: 10
|
|
|
|
ansistrano_npm: no
|
|
|
|
ansistrano_owner: www-data
|
|
|
|
ansistrano_group: www-data
|
|
|
|
ansistrano_allow_anonymous_stats: no
|
|
|
|
|
|
|
|
ansistrano_remove_rolled_back: no
|
|
|
|
|
|
|
|
# fqdn
|
|
|
|
fqdn: "{{ lookup('env', 'FREY_DOMAIN') }}"
|
|
|
|
hostname: "{{ fqdn.split('.')[0] }}"
|