Skip to content

Commit

Permalink
Merge pull request #708 from manala/apt/haproxy-3.0
Browse files Browse the repository at this point in the history
[Apt] Add HAProxy 3.0 repository
  • Loading branch information
hyvs authored Aug 30, 2024
2 parents 9ed28f8 + 1a8f5ca commit 65bb32d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- [Apt] Add HAProxy 3.0 repository

## [4.1.0] - 2024-07-03
### Added
Expand Down
6 changes: 6 additions & 0 deletions roles/apt/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@ manala_apt_repositories_patterns:
components: main
key: haproxy
legacy_file: haproxy_debian_net.list
haproxy_3_0:
uris: http://haproxy.debian.net
suites: "{{ ansible_facts.distribution_release }}-backports-3.0"
components: main
key: haproxy
legacy_file: haproxy_debian_net.list
unifi:
uris: http://www.ubnt.com/downloads/unifi/debian
suites: stable
Expand Down

0 comments on commit 65bb32d

Please sign in to comment.