mikysal78.roundcube
Ansible Roundcube
WebサーバーにRoundcubeをインストールするためのシンプルなロールです。
要件
Webサーバーとメールサーバーがインストールされていること。
ロールのインストール方法:
ansible-galaxy install mikysal78.roundcube
ロール変数
defaults/main.ymlにある変数。
例のプレイブック
- hosts: servers
become: "{{ become | default('yes') }}"
roles:
- { role: mikysal78-roundcube, tags: roundcube }
ライセンス
GPL