Skip to content

r-pufky/ansible_roundcube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roundcube

Roundcube installation from public release.

Requirements

No additional requirements.

Role Variables

Settings have been throughly documented for usage.

defaults/main.yml.

Dependencies

N/A

Example Playbook

host_vars/roundcube.example.com/vars/roundcube.yml

roundcube_version: '1.5.0'
roundcube_delete_old_versions: true
roundcube_product_name: 'mail'
roundcube_username_domain: 'example.com'
roundcube_skin: 'larry'
roundcube_proxy_whitelist:
  - '10.5.5.254'
roundcube_ssl_enable: true
roundcube_ssl_fullchain: '/etc/ssl/certs/ssl-cert-snakeoil.pem'
roundcube_ssl_private: '/etc/ssl/private/ssl-cert-snakeoil.key'

roundcube_db_type:     'sqlite' # supports pgsql, mysql, sqlite; see defaults.

roundcube_imap_host: 'ssl://mail.example.com'
roundcube_smtp_server: 'tls://mail.example.com'
roundcube_des_key: '{{ vault_roundcube_des_key }}'

site.yml

- name:   'roundcube server'
  hosts:  'roundcube.example.com'
  become: true
  roles:
     - 'r_pufky.roundcube'

Issues

Create a bug and provide as much information as possible.

Associate pull requests with a submitted bug.

License

AGPL-3.0 License

Author Information

https://keybase.io/rpufky

About

roundcube ansible role.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages