ansible-role-polynote/defaults/main.yml

14 lines
435 B
YAML

---
polynote_version: '0.3.11'
polynote_with_scala_2_12: False
polynote_is_hadoop_node: True
polynote_letsencrypt_ssl: False
polynote_base_uri: '/'
polynote_listen_ip: '127.0.0.1'
polynote_listen_port: '8192'
polynote_data_basedir: '/srv/polynote'
polynote_storage_location: '{{ polynote_data_basedir }}/data'
polynote_cache_dir: '{{ polynote_data_basedir }}/tmp'
polynote_logrotate_maxfilesize: '1G'
polynote_logrotate_retention: '7'