add haproxy repo, custom config files & readme
This commit is contained in:
13
tasks/install_from_backports.yml
Normal file
13
tasks/install_from_backports.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: haproxy | add Debian backports repository
|
||||
apt_repository:
|
||||
repo: deb http://deb.debian.org/debian {{ ansible_distribution_release }}-backports main
|
||||
state: present
|
||||
filename: "{{ ansible_distribution_release }}-backports"
|
||||
update_cache: yes
|
||||
|
||||
- name: haproxy | installation
|
||||
apt:
|
||||
name: haproxy
|
||||
state: present
|
||||
default_release: "{{ ansible_distribution_release }}-backports"
|
||||
Reference in New Issue
Block a user