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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
haproxy
Commits
c738b830
Commit
c738b830
authored
Jan 28, 2022
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Truthy values
parent
58846759
No related branches found
No related tags found
No related merge requests found
Pipeline
#62749
failed
Jan 28, 2022
Stage: linting
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/configure.yml
+3
-3
3 additions, 3 deletions
tasks/configure.yml
tasks/install.yml
+2
-2
2 additions, 2 deletions
tasks/install.yml
with
5 additions
and
5 deletions
tasks/configure.yml
+
3
−
3
View file @
c738b830
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
path
:
/etc/haproxy/haproxy.cfg
path
:
/etc/haproxy/haproxy.cfg
line
:
"
backend
{{
haproxy_acme_backend_name
}}"
line
:
"
backend
{{
haproxy_acme_backend_name
}}"
state
:
present
state
:
present
check_mode
:
yes
check_mode
:
true
ignore_errors
:
yes
ignore_errors
:
true
register
:
haproxy_acmetool_backend
register
:
haproxy_acmetool_backend
-
include_tasks
:
standalone_tls.yml
-
include_tasks
:
standalone_tls.yml
...
@@ -193,5 +193,5 @@
...
@@ -193,5 +193,5 @@
assemble
:
assemble
:
src
:
"
{{
haproxy_config_dir
}}/compiled"
src
:
"
{{
haproxy_config_dir
}}/compiled"
dest
:
"
{{
haproxy_config_file
}}"
dest
:
"
{{
haproxy_config_file
}}"
backup
:
yes
backup
:
true
notify
:
reload haproxy
notify
:
reload haproxy
This diff is collapsed.
Click to expand it.
tasks/install.yml
+
2
−
2
View file @
c738b830
...
@@ -39,12 +39,12 @@
...
@@ -39,12 +39,12 @@
apt
:
apt
:
name
:
"
haproxy=2.5.*"
name
:
"
haproxy=2.5.*"
state
:
present
state
:
present
update_cache
:
yes
update_cache
:
true
-
name
:
'
Enable
haproxy
unit'
-
name
:
'
Enable
haproxy
unit'
systemd
:
systemd
:
name
:
haproxy
name
:
haproxy
enabled
:
yes
enabled
:
true
-
name
:
'
Ensure
chroot
directory
exists'
-
name
:
'
Ensure
chroot
directory
exists'
file
:
file
:
...
...
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