This website requires JavaScript.
Explore
Help
Sign In
ISTI-ansible-roles
/
ansible-roles
Watch
4
Star
0
Fork
You've already forked ansible-roles
3
Code
Issues
Pull Requests
Releases
Wiki
Activity
4c007fbab7
ansible-roles
/
library
/
roles
/
postfix-relay
/
templates
/
mailname.j2
7 lines
87 B
Django/Jinja
Raw
Blame
History
{%
if
hostname
is
defined
%}
{{
hostname
}}
{%
else
%}
{{
ansible_fqdn
}}
{%
endif
%}
View Git Blame
Copy Permalink