forked from ISTI-ansible-roles/ansible-roles
Added comment on install roundcube
This commit is contained in:
parent
cd435616c9
commit
1920b3c149
|
@ -4,7 +4,7 @@
|
||||||
file: dest={{ roundcube_web_basedir }} owner=root group=root state=directory
|
file: dest={{ roundcube_web_basedir }} owner=root group=root state=directory
|
||||||
|
|
||||||
- name: Create the roundcube data directory
|
- name: Create the roundcube data directory
|
||||||
file: dest={{ nextcloud_data_dir }} state=directory owner={{ item.user }} group={{ item.user }}
|
file: dest={{ roundcube_data_dir }} state=directory owner={{ item.user }} group={{ item.user }}
|
||||||
with_items: '{{ phpfpm_pools }}'
|
with_items: '{{ phpfpm_pools }}'
|
||||||
|
|
||||||
- name: Get roundcube
|
- name: Get roundcube
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
args:
|
args:
|
||||||
creates: '{{ roundcube_data_dir }}/.ht_roundcube_trusted_domains'
|
creates: '{{ roundcube_data_dir }}/.ht_roundcube_trusted_domains'
|
||||||
with_items: '{{ roundcube_servernames }}'
|
with_items: '{{ roundcube_servernames }}'
|
||||||
|
/* DA QUI IN POI DA CONTROLLARE */
|
||||||
- name: Setup the cron configuration
|
- name: Setup the cron configuration
|
||||||
shell: cd {{ item.webroot }} ; php occ background:cron ; touch {{ roundcube_data_dir }}/.ht_roundcube_cron
|
shell: cd {{ item.webroot }} ; php occ background:cron ; touch {{ roundcube_data_dir }}/.ht_roundcube_cron
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
file: dest={{ nginx_client_body_temp_dir }} state=directory owner=www-data group=www-data mode=1700
|
file: dest={{ nginx_client_body_temp_dir }} state=directory owner=www-data group=www-data mode=1700
|
||||||
when: nginx_client_body_temp_dir is defined
|
when: nginx_client_body_temp_dir is defined
|
||||||
|
|
||||||
tags: [ 'nginx', 'virtualhost', 'nextcloud' ]
|
tags: [ 'nginx', 'virtualhost', 'roundcube' ]
|
||||||
|
|
Loading…
Reference in New Issue