Icingaweb2/ANSIBLE/roles/roundcube/tasks/roundcube-config.yml
hbaxter 0a988361b0 Role: Roundcube
Download & inital config file template
2025-07-04 12:48:53 +01:00

8 lines
252 B
YAML

---
- name: Configure Roundcube config.php
ansible.builtin.template:
src: config/config.inc.php.j2
dest: "{{ roundcube_base_dir }}/roundcubemail-{{ roundcube_version }}/config/config.inc.php"
mode: '644'
owner: "{{ roundcube_user }}"