forked from bitlair/ansible
Faalkaart fixes
https://basisbeveiliging.nl/report/NL/cyber_non_profit/1720
This commit is contained in:
parent
ec1a3662f8
commit
5ae55c6c5b
8 changed files with 44 additions and 29 deletions
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
- tags: etherpad
|
||||
block:
|
||||
- import_tasks: ../../../snippets/common-nginx.yaml
|
||||
|
||||
- name: Install dependencies
|
||||
apt:
|
||||
name: [ gpg, nginx, postgresql, python3-psycopg2, apt-transport-https ]
|
||||
name: [ gpg, postgresql, python3-psycopg2, apt-transport-https ]
|
||||
|
||||
- name: Import nodesource signing key
|
||||
shell: curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/nodesource.gpg
|
||||
|
@ -109,12 +111,6 @@
|
|||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Clear default nginx site
|
||||
file:
|
||||
state: absent
|
||||
path: /etc/nginx/sites-enabled/default
|
||||
notify: reload nginx
|
||||
|
||||
- name: Install nginx config
|
||||
template:
|
||||
src: nginx-site.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue