|
|
|
|
39
|
- name: Configure the Apache HTTP server for ownCloud
|
39
|
- name: Configure the Apache HTTP server for ownCloud
|
40
|
template: src=etc_apache2_sites-available_owncloud.j2 dest=/etc/apache2/sites-available/owncloud group=www-data owner=www-data
|
40
|
template: src=etc_apache2_sites-available_owncloud.j2 dest=/etc/apache2/sites-available/owncloud group=www-data owner=www-data
|
41
|
notify: restart apache
|
41
|
notify: restart apache
|
42
|
- tags: owncloud-reload
|
|
|
43
|
|
42
|
|
44
|
- name: Enable the owncloud site
|
43
|
- name: Enable the owncloud site
|
45
|
command: a2ensite owncloud creates=/etc/apache2/sites-enabled/owncloud
|
44
|
command: a2ensite owncloud creates=/etc/apache2/sites-enabled/owncloud
|