mikysal78 / ansible-roundcube

Simple role for install roundcube on webserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Roundcube

Simple role for install roundcube on webserver

Requirements

Webserver and Mailserver installed.

install the role via ansible-galaxy::

ansible-galaxy install mikysal78.roundcube

Role Variables

Any variables that are in defaults/main.yml

Example Playbook

- hosts: servers
  become: "{{ become | default('yes') }}"
  roles:
    - { role: mikysal78-roundcube, tags: roundcube }

License

GPL

Author Information

About

Simple role for install roundcube on webserver


Languages

Language:Jinja 100.0%