This website works better with JavaScript.
Explore
Help
Sign In
fws
/
ansible-roles
Watch
3
Star
0
Fork
You've already forked ansible-roles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Ansible roles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
322
Commits
1
Branch
0
Tags
7.5 MiB
Jinja
74.7%
Perl
16.9%
Python
6.3%
Shell
1.5%
PHP
0.4%
Other
0.2%
Tag:
Branch:
Tree:
516d4ee6be
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '516d4ee6be'
${ noResults }
ansible-roles
/
roles
/
nginx
/
templates
/
ansible_location.d
/
10-status.conf.j2
6 lines
94 B
Raw
Blame
History
location /nginx-status
{
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
}
Reference in new issue
View Git Blame
Copy Permalink