initial commit

This commit is contained in:
Ludovic Cartier
2024-12-20 17:15:44 +01:00
parent e08ff94203
commit 55c5833ad4
8 changed files with 278 additions and 0 deletions

11
tasks/requirements.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: haproxy | add backports repository
apt_repository:
repo: deb http://deb.debian.org/debian {{ ansible_distribution_release }}-backports main
state: present
filename: "{{ ansible_distribution_release }}-backports"
- name: haproxy | update apt cache
apt:
update_cache: yes
cache_valid_time: 86400