mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Deploy custom facts with nginx_vhosts
This commit is contained in:
4
templates/etc/ansible/facts.d/nginx.fact.j2
Normal file
4
templates/etc/ansible/facts.d/nginx.fact.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"fact_nginx_vhosts":
|
||||
{{ nginx_vhosts | to_nice_json(indent=8) }}
|
||||
}
|
||||
Reference in New Issue
Block a user