diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-09 22:04:02 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-09 22:04:02 +0300 |
| commit | f4504129f6a1bfce8fc81f69b0f90f340acb1d34 (patch) | |
| tree | 80a912e83b9d9a6dc9626d15b71573afc597f5eb /playbook.yml | |
| parent | e037ecfa8cc0133a84fbed791b7658c474c3e748 (diff) | |
Add postgres jail conf
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml index 1ee0817..4f32363 100644 --- a/playbook.yml +++ b/playbook.yml @@ -82,6 +82,10 @@ tags: [jail_ingress] import_tasks: tasks/jail_ingress.yml + - name: Run postgres jail tasks + tags: [jail_postgres] + import_tasks: tasks/jail_postgres.yml + - name: Run diddle jail tasks tags: [jail_diddle] import_tasks: tasks/jail_diddle.yml |
