This website requires JavaScript.
Explore
Help
Sign In
radityo
/
ansible-nginx
mirror of
https://github.com/HanXHX/ansible-nginx.git
Watch
1
Star
0
Fork
You've already forked ansible-nginx
0
Code
Issues
Projects
Releases
Wiki
Activity
91ca31e676
ansible-nginx
/
templates
/
etc
/
ansible
/
facts.d
/
nginx.fact.j2
5 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Deploy custom facts with nginx_vhosts
2016-11-29 20:32:27 +07:00
{
Renaming variables *vhost* -> *site* Vhost is an Apache configuration, not Nginx. Manages backward compatibility.
2017-04-25 17:27:08 +07:00
"fact_nginx_sites":
{{ nginx_sites | to_nice_json(indent=8) }}
Deploy custom facts with nginx_vhosts
2016-11-29 20:32:27 +07:00
}