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
737c246e
Verified
Commit
737c246e
authored
1 year ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Update to HAProxy 2.8
parent
f6d715c7
No related branches found
No related tags found
No related merge requests found
Pipeline
#191115
failed
1 year ago
Stage: linting
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install.yml
+15
-40
15 additions, 40 deletions
tasks/install.yml
with
15 additions
and
40 deletions
tasks/install.yml
+
15
−
40
View file @
737c246e
---
---
-
name
:
Add HAProxy 2.
7
PPA
-
name
:
Add HAProxy 2.
8
PPA
ansible.builtin.apt_repository
:
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.
7
'
repo
:
'
ppa:vbernat/haproxy-2.
8
'
state
:
present
state
:
present
-
name
:
Remove HAProxy
2.6
PPA
-
name
:
Remove
old
HAProxy PPA
s
ansible.builtin.apt_repository
:
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.6'
repo
:
"
ppa:vbernat/haproxy-{{
item
}}"
state
:
absent
-
name
:
Remove HAProxy 2.5 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.5'
state
:
absent
-
name
:
Remove HAProxy 2.4 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.4'
state
:
absent
-
name
:
Remove HAProxy 2.3 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.3'
state
:
absent
-
name
:
Remove HAProxy 2.2 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.2'
state
:
absent
-
name
:
Remove HAProxy 2.1 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.1'
state
:
absent
-
name
:
Remove HAProxy 2.0 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-2.0'
state
:
absent
-
name
:
Remove HAProxy 1.8 PPA
ansible.builtin.apt_repository
:
repo
:
'
ppa:vbernat/haproxy-1.8'
state
:
absent
state
:
absent
loop
:
-
"
2.7"
-
"
2.6"
-
"
2.5"
-
"
2.4"
-
"
2.3"
-
"
2.2"
-
"
2.1"
-
"
2.0"
-
"
1.8"
-
name
:
Install HAProxy
-
name
:
Install HAProxy
ansible.builtin.apt
:
ansible.builtin.apt
:
name
:
"
haproxy=2.
7
.*"
name
:
"
haproxy=2.
8
.*"
state
:
present
state
:
present
update_cache
:
true
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