Ajout proxy postgresql

This commit is contained in:
stef
2026-07-29 03:14:39 +00:00
parent 3dcc57ff2c
commit 82cbb26838
13 changed files with 446 additions and 70 deletions

View File

@@ -0,0 +1,7 @@
- name: Web - Install packages
ansible.builtin.apt:
name: "{{ item }}"
state: latest
loop: "{{ web.packages }}"
tags:
- install_web