Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
344 B

# {{ ansible_managed }}
user={{ seafile_user }}
seafile_dir={{ seafile_org_dir }}
script_path={{ seafile_latest_dir }}
seafile_init_log={{ seafile_log_dir }}/seafile.init.log
seahub_init_log={{ seafile_log_dir }}/seahub.init.log
fastcgi={% if seafile_fastcgi_enabled %}true
{% else %}false
{% endif %}
fastcgi_port={{ seafile_fastcgi_port }}