Skip to content
Snippets Groups Projects
Commit b1ac2e4f authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent 493227e3
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
group: root
mode: 0664
notify:
- "Restart Apache"
- Restart Apache
- name: Apache Configuration File for Collabora
template:
......@@ -21,21 +21,21 @@
group: root
mode: 0664
notify:
- "Restart Apache"
- Restart Apache
- name: Apache enable our new site(s)
command: a2ensite nextcloud-{{ nextcloud.id }}
args
creates: /etc/apache2/sites-enabled/nextcloud-{{ nextcloud.id }}{{ apache_conf_ext }}
notify:
- "Restart Apache"
- Restart Apache
- name: Apache enable our new Collabora site(s)
command: a2ensite docs-{{ nextcloud.id }}
args:
creates: /etc/apache2/sites-enabled/docs-{{ nextcloud.id }}{{ apache_conf_ext }}
notify:
- "Restart Apache"
- Restart Apache
- include_tasks: apache_auth.yml
when: nextcloud.apache_auth is defined and nextcloud.apache_auth.active|default(true)
......
......@@ -32,8 +32,8 @@
group: '{{ apacheUser }}'
mode: 0775
with_items:
- {{ webRoot }}
- {{ dataRoot }}
- '{{( webRoot }})'
- '{{( dataRoot }})'
- name: Ensure Version Script
file:
......
......@@ -20,14 +20,14 @@
state: present
update_cache: yes
notify:
- "Restart Spreed"
- Restart Spreed
- name: Spreed | Configuration
template:
src: webrtc.conf
dest: /etc/spreed/webrtc.conf
notify:
- "Restart Spreed"
- Restart Spreed
- name: Spreed | Start script
template:
......@@ -35,8 +35,8 @@
dest: /etc/init.d/spreed
mode: 0755
notify:
- "Include Spreed to Boot-List"
- "Restart Spreed"
- Include Spreed to Boot-List
- Restart Spreed
tags:
- deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment