haproxy/tasks/install.yml
2024-12-20 17:15:44 +01:00

8 lines
147 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
- name: haproxy | installation
apt:
name: haproxy
state: present
default_release: {{ ansible_distribution_release }}-backports