Skip to content

Commit

Permalink
[Apt] Add HAProxy 2.8 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hyvs authored and greedybro committed Sep 5, 2023
1 parent e8f4834 commit 553f42f
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 @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [Apt] Update Grafana key

### Added
- [Apt] Add HAProxy 2.8 repository
- [Network] Add Netplan configs support
## [3.6.0] - 2023-05-16
### Added
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 @@ -296,6 +296,9 @@ manala_apt_repositories_patterns:
haproxy_2_6:
source: deb http://haproxy.debian.net {{ ansible_facts.distribution_release }}-backports-2.6 main
key: haproxy
haproxy_2_8:
source: deb http://haproxy.debian.net {{ ansible_facts.distribution_release }}-backports-2.8 main
key: haproxy
unifi:
source: deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti
key: unifi
Expand Down

0 comments on commit 553f42f

Please sign in to comment.