systemli.roundcube
ansible-role-roundcube
Roundcubeをインストールおよび設定します。 これには、RoundcubeのGetmailおよびEnigmaプラグインの設定が含まれます。 追加のアカウント設定リンクがあるカスタムスキン「larry-custom」を選択できます。
依存関係
このロールを使用する前に、ウェブサーバーとデータベースサーバーをインストールする必要があります。
また、ウェブサーバーを設定して、vhost {{ roundcube_domain }}
を提供する必要があります。
ロール変数
defaults/main.yml
を参照してください。
最初の実行のために、roundcube_enable_installer: true
を設定してください。
その後、{{ roundcube_domain }}/installer
でインストーラーを実行できます。
ダウンロード
最新のリリースを ansible-galaxy
でダウンロードします。
$ ansible-galaxy install systemli.roundcube
例 Playbook
- hosts: servers
roles:
- { role: systemli.roundcube }
ライセンス
GPL