This commit is contained in:
Mark Janssen 2024-07-18 20:55:48 +02:00
parent c783601fa9
commit 792f2749b6
21 changed files with 160 additions and 58 deletions

View file

@ -1,9 +1,6 @@
---
- tags: etherpad
block:
- ansible.builtin.import_tasks:
file: ../../../snippets/common-nginx.yaml
- name: Install dependencies
ansible.builtin.apt:
name: [ gpg, postgresql, python3-psycopg2, apt-transport-https ]

View file

@ -1,6 +1,4 @@
---
- ansible.builtin.import_tasks:
file: ../../../snippets/common-nginx.yaml
- name: Install dependencies
ansible.builtin.apt:

View file

@ -2,9 +2,6 @@
- name: monitoring
tags: monitoring
block:
- ansible.builtin.import_tasks:
file: ../../../snippets/common-nginx.yaml
- name: Install nginx site
ansible.builtin.template:
src: nginx-site.conf

View file

@ -17,8 +17,6 @@
- tags: music
block:
- ansible.builtin.import_tasks:
file: ../../../snippets/common-nginx.yaml
- name: Install nginx config
ansible.builtin.template:

View file

@ -4,9 +4,6 @@
name: php-fpm
state: present
- ansible.builtin.import_tasks:
file: ../../../snippets/common-nginx.yaml
- name: Install security.txt
ansible.builtin.template:
src: security.txt