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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Eric Zillmann
haproxy
Commits
d21c3e07
Commit
d21c3e07
authored
8 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Improve initial setup
parent
df9d889e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/buildcerts.yml
+2
-0
2 additions, 0 deletions
tasks/buildcerts.yml
tasks/install.yml
+0
-2
0 additions, 2 deletions
tasks/install.yml
tasks/main.yml
+8
-8
8 additions, 8 deletions
tasks/main.yml
with
10 additions
and
10 deletions
tasks/buildcerts.yml
+
2
−
0
View file @
d21c3e07
...
...
@@ -7,3 +7,5 @@
dest='/etc/haproxy/certs/{{ item.domain }}.pem'
regexp='(fullchain)|(privkey)\.pem'
with_items
:
'
{{
proxy_certificates_letsencrypt|default([])
}}'
notify
:
-
"
Proxy
|
Restart
HAProxy"
This diff is collapsed.
Click to expand it.
tasks/install.yml
+
0
−
2
View file @
d21c3e07
...
...
@@ -17,8 +17,6 @@
-
haproxy
-
hatop
-
socat
-
php5
-
php5-mysql
-
name
:
"
Proxy
|
create
directories"
file
:
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
8
−
8
View file @
d21c3e07
...
...
@@ -5,6 +5,14 @@
set_fact
:
role_haproxy_started=true
tags
:
always
-
block
:
-
include
:
install.yml
-
include
:
configure.yml
tags
:
Config
when
:
'
"haproxy"
not
in
excluded_roles'
-
block
:
-
name
:
"
Install
Certs"
...
...
@@ -21,11 +29,3 @@
tags
:
Certs
when
:
'
"letsencrypt"
not
in
excluded_roles'
-
block
:
-
include
:
install.yml
-
include
:
configure.yml
tags
:
Config
when
:
'
"haproxy"
not
in
excluded_roles'
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