Compare commits
No commits in common. "02086cdc32e912e985788e1a29a88659c6f61139" and "f10d94612f8635e0f61c835058e398c392d26914" have entirely different histories.
02086cdc32
...
f10d94612f
|
@ -3,9 +3,3 @@
|
||||||
name: nginx
|
name: nginx
|
||||||
state: reloaded
|
state: reloaded
|
||||||
when: "'handler' not in ansible_skip_tags"
|
when: "'handler' not in ansible_skip_tags"
|
||||||
|
|
||||||
- name: restart php-fpm
|
|
||||||
service:
|
|
||||||
name: 'php-fpm{{ php_version }}'
|
|
||||||
state: restarted
|
|
||||||
when: "'handler' not in ansible_skip_tags"
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
pip:
|
pip:
|
||||||
requirements: /srv/friwall/app/requirements.txt
|
requirements: /srv/friwall/app/requirements.txt
|
||||||
extra_args: --user --break-system-packages --no-warn-script-location
|
extra_args: --user --break-system-packages --no-warn-script-location
|
||||||
notify: restart uwsgi
|
register: result
|
||||||
|
|
||||||
- name: Configure base settings
|
- name: Configure base settings
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -59,9 +59,3 @@
|
||||||
dest: '/etc/nginx/http.d/synapse.conf'
|
dest: '/etc/nginx/http.d/synapse.conf'
|
||||||
src: 'nginx.conf.j2'
|
src: 'nginx.conf.j2'
|
||||||
notify: reload nginx
|
notify: reload nginx
|
||||||
|
|
||||||
- name: Enable synapse
|
|
||||||
service:
|
|
||||||
name: synapse
|
|
||||||
enabled: yes
|
|
||||||
state: started
|
|
||||||
|
|
Loading…
Reference in a new issue