move all custom ansible roles to this repository

This commit is contained in:
Pim Kunis 2023-12-26 11:34:24 +01:00
parent 9191405067
commit 7e651545cd
21 changed files with 2217 additions and 21 deletions

View file

@ -0,0 +1,4 @@
- name: restart postgres
systemd:
name: postgresql
state: restarted