Skip to content

Commit

Permalink
Merge pull request #617 from manala/apt/haproxy-2.6
Browse files Browse the repository at this point in the history
[Apt] Add HAProxy 2.6 repository
  • Loading branch information
hyvs authored Aug 17, 2022
2 parents 6d7325b + cdcaeda commit 41ba92a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- [Apt] Add GlusterFS 10.2 repository
- [Apt] Add HAProxy 2.6 repository

## [2.0.0] - 2022-07-20
### Changed
Expand Down
3 changes: 3 additions & 0 deletions roles/apt/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ manala_apt_repositories_patterns:
haproxy_2_4:
source: deb http://haproxy.debian.net {{ ansible_distribution_release }}-backports-2.4 main
key: haproxy
haproxy_2_6:
source: deb http://haproxy.debian.net {{ ansible_distribution_release }}-backports-2.6 main
key: haproxy
unifi:
source: deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti
key: unifi
Expand Down

0 comments on commit 41ba92a

Please sign in to comment.