This commit is contained in:
Mark Janssen 2024-07-18 21:30:05 +02:00
parent 980ec6c4f6
commit d0c1e45196
2 changed files with 125 additions and 120 deletions

View file

@ -47,6 +47,7 @@
- hosts: pad
roles:
- { role: "acme", tags: [ "acme" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "etherpad", tags: [ "etherpad" ] }
- hosts: services

View file

@ -1,9 +1,13 @@
---
- tags: etherpad
block:
- name: Install dependencies
ansible.builtin.apt:
name: [ gpg, postgresql, python3-psycopg2, apt-transport-https ]
state: present
pkg:
- gpg
- postgresql
- python3-psycopg2
- apt-transport-https
- name: Import nodesource signing key
ansible.builtin.shell: