mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
28 lines
769 B
YAML
28 lines
769 B
YAML
is_rpi: True
|
|
is_debian: True
|
|
is_debuntu: True
|
|
rtc_id: ds3231
|
|
|
|
dns_service: bind9
|
|
dns_user: bind
|
|
proxy: squid3
|
|
proxy_user: proxy
|
|
apache_service: apache2
|
|
apache_config_dir: apache2/sites-available
|
|
apache_user: www-data
|
|
apache_log_dir: /var/log/apache2
|
|
smb_service: smbd
|
|
nmb_service: nmbd
|
|
systemctl_program: /bin/systemctl
|
|
mysql_service: mysql
|
|
apache_log: /var/log/apache2/access.log
|
|
sshd_package: ssh
|
|
sshd_service: ssh
|
|
php_version: 5
|
|
postgresql_version: 9.4
|
|
systemd_location: /lib/systemd/system
|
|
# Upgrade Raspbian Jessie's Calibre 2.5.0: (via role/calibre/tasks/debs.yml,
|
|
# with .deb's released about 5-10 days after Calibre's quasi-monthly releases)
|
|
calibre_via_debs: True
|
|
# roles/calibre/tasks/py-installer.yml FAILS on ARM as of 2018-05-10:
|
|
calibre_via_python: False
|