Skip to content

Commit

Permalink
Don't mess with Postfix @TACC
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Aug 31, 2016
1 parent 09756ce commit bba2f67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions galaxyenv/inventory
Expand Up @@ -17,6 +17,11 @@ leeroy.galaxyproject.org
n4.galaxyproject.org
mjolnir0.galaxyproject.org
duvel.galaxyproject.org

[baseenv:children]
baseenv-nomail

[baseenv-nomail]
cvmfs0-tacc0.galaxyproject.org ansible_user=root
cvmfs1-tacc0.galaxyproject.org ansible_user=centos ansible_become=yes
cvmfs1-iu0.galaxyproject.org ansible_user=centos ansible_become=yes
Expand Down
2 changes: 2 additions & 0 deletions galaxyenv/playbook.yml
Expand Up @@ -37,8 +37,10 @@
tags: system,cron
- role: services # Manage services
tags: system,services
# Most baseenv hosts will want mail config
- role: postfix # MX and null client configuration
tags: mail,postfix
when: "'baseenv-nomail' not in group_names"
# This is in the baseenv play for a reason I think, but what's the reason? -nate
- role: mailman # Mailing lists
tags: mail,mailman
Expand Down

0 comments on commit bba2f67

Please sign in to comment.