Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
666f64d0ffb12526db72545ca3644f0f83d967d6
666f64d0ffb12526db72545ca3644f0f83d967d6
Switch branch/tag
communication
postfix
templates
aliases.j2
Find file
Normal view
History
Permalink
aliases.j2
81 Bytes
Newer
Older
postfix: test and fix virtual aliases
Hinrikus Wolf
committed
Jan 31, 2018
1
2
3
4
{% for alias in system_aliases %}
{{ alias.src }}:{{ alias.dest }}
{% endfor %}