ansible-host: Publish ansible facts with nginx
This commit is contained in:
parent
88157dcc91
commit
aac14db657
3 changed files with 27 additions and 0 deletions
4
roles/ansible-host/files/nginx.conf
Normal file
4
roles/ansible-host/files/nginx.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
location /facts {
|
||||
autoindex on;
|
||||
autoindex_format json;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue