This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
take public ip instead of hardcoded
python3
Edoardo Putti
7 years ago
parent
ebcb91a510
commit
83a49ba79c
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/reverse_proxy/tasks/main.yaml
+3
-0
web_ca.yaml
+ 1
- 1
roles/reverse_proxy/tasks/main.yaml
View File
@ -16,7 +16,7 @@
'$protocol $status $bytes_sent $bytes_received '
'$session_time'
;
server {
listen
150.217.18.45
:443;
listen
{{ public_ip }}
:443;
ssl_preread on;
proxy_pass $name;
access_log /var/log/nginx/stream_443.log stream_routing;
+ 3
- 0
web_ca.yaml
View File
@ -12,6 +12,9 @@
roles:
-
role
:
dns_record
-
role
:
reverse_proxy
-
role
:
nginx
config_name
:
"ca"
server_fqdn
:
"ca.lilik.it"
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
Write
Preview
Loading…
Cancel
Save