Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
haproxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
haproxy
Commits
4c284432
Verified
Commit
4c284432
authored
2 years ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Update haproxy to 2.7
parent
a5dc2a19
Branches
Branches containing commit
Tags
v1.13.0
Tags containing commit
No related merge requests found
Pipeline
#130684
failed
2 years ago
Stage: linting
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install.yml
+8
-3
8 additions, 3 deletions
tasks/install.yml
with
8 additions
and
3 deletions
tasks/install.yml
+
8
−
3
View file @
4c284432
---
-
name
:
Add HAProxy 2.
6
PPA
-
name
:
Add HAProxy 2.
7
PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.
6
'
repo
:
'
ppa:vbernat/haproxy-2.
7
'
state
:
present
-
name
:
Remove HAProxy 2.6 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.6'
state
:
absent
-
name
:
Remove HAProxy 2.5 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.5'
...
...
@@ -42,7 +47,7 @@
-
name
:
Install HAProxy
ansible.builtin.apt
:
name
:
"
haproxy=2.
6
.*"
name
:
"
haproxy=2.
7
.*"
state
:
present
update_cache
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment