haproxy/tasks/install.yml

8 lines
147 B
YAML
Raw Permalink Normal View History

2024-12-20 17:15:44 +01:00
---
- name: haproxy | installation
apt:
name: haproxy
state: present
default_release: {{ ansible_distribution_release }}-backports