add requirements && create config file

This commit is contained in:
Ludovic Cartier
2025-10-22 15:34:42 +02:00
parent d6df0110a4
commit 156c60c8fa
3 changed files with 20 additions and 0 deletions

9
tasks/requirements.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: haproxy | install requirements
apt:
name: "{{ item }}"
state: present
update_cache: yes
with_items:
- apt-transport-https
- gpg