Role Name ========= A role that installs the RoundCube webmail, Role Variables -------------- The most important variables are listed below: ``` yaml roundcube_version: 1.4.7 roundcube_upgrade: False roundcube_dist: 'roundcubemail-{{ roundcube_version }}' roundcube_dist_filename: '{{ roundcube_dist }}-complete.tar.gz' roundcube_download_url: 'https://github.com/roundcube/roundcubemail/releases/download/{{ roundcube_version }}/{{ roundcube_dist_filename }}' roundcube_use_redis: False roundcube_use_memcache: True roundcube_local_postgresql: True roundcube_web_basedir: /var/www/html roundcube_web_root: '{{ roundcube_web_basedir }}/roundcube' roundcube_data_base_dir: /srv roundcube_data_dir: '{{ roundcube_data_base_dir }}/roundcube' roundcube_logs_dir: '{{ roundcube_data_dir }}/logs' roundcube_temp_dir: '{{ roundcube_data_dir }}/temp' roundcube_skin_logo: 'null' roundcube_servername: '{{ ansible_fqdn }}' roundcube_user: roundcube roundcube_db: pgsql roundcube_db_host: localhost roundcube_db_name: roundcubemail roundcube_db_user: roundcube_u #roundcube_db_pwd: 'Use a vault file' roundcube_imap_server: 'localhost' roundcube_imap_connection_type: 'tls' roundcube_smtp_server: 'localhost' roundcube_smtp_port: 587 roundcube_smtp_automatic_credentials: True # roundcube automatic credentials set the user to %u and the password to %p #roundcube_smtp_user: '%u' #roundcube_smtp_pass: '%p' roundcube_smtp_user: '' roundcube_smtp_pass: '' roundcube_support_url: '' roundcube_product_name: 'Roundcube Webmail' #roundcube_crypt_key: 'Use a vault file' roundcube_force_https_connection: true # 0 - disabled, 1 - username and host only, 2 - username, host, password roundcube_login_autocomplete: 0 # 0 - disabled, 1 - only domain part, 2 - domain and local part. roundcube_login_lc: 0 roundcube_memcache_hosts: - '127.0.0.1:11211' ``` Dependencies ------------ None License ------- EUPL-1.2 Author Information ------------------ Andrea Dell'Amico,