Skip to content

Commit

Permalink
Add missing template
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Dittrich committed Sep 1, 2017
1 parent af7153c commit 585b127
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions roles/base/templates/aliases/aliases.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]
#
# /etc/aliases
mailer-daemon: postmaster
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
abuse: root
noc: root
security: root
{% if postmaster is defined %}
root: {{ postmaster }}
{% else %}
root: {{ ansible_user_id }}
{% endif %}

0 comments on commit 585b127

Please sign in to comment.