This website requires JavaScript.
Explore
Help
Sign In
sebclem
/
ansible-role-nginx
Watch
1
Star
0
Fork
0
You've already forked ansible-role-nginx
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1d3b03ea2b
ansible-role-nginx
/
templates
/
stream
/
stream.conf.j2
6 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add ansible_managed to templates (#81) * Add ansible_managed to templates * Put ansible managed in the right place * Remove extraneous empty line
2019-01-03 23:13:56 +01:00
# {{ ansible_managed }}
Refactor templates Refactor template variables and configuration scripts
2018-02-20 21:28:14 +01:00
server {
Fix more repository variables
2018-09-15 02:27:12 +02:00
listen {{ nginx_stream_template_listen }};
Refactor templates Refactor template variables and configuration scripts
2018-02-20 21:28:14 +01:00
}
Reference in New Issue
Copy Permalink