Branch: refs/heads/master Home: https://github.com/galaxyproject/infrastructure-playbook Commit: 229feae52598cc3a09fbe9ac6830c05063823b6e https://github.com/galaxyproject/infrastructure-playbook/commit/229feae52598... Author: Nate Coraor <nate@bx.psu.edu> Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: A roles/mailman/files/default-spamassassin A roles/mailman/files/mm_discard_report.py A roles/mailman/handlers/main.yml A roles/mailman/meta/main.yml A roles/mailman/tasks/main.yml A roles/mailman/templates/mailman.ini.j2 A roles/mailman/templates/mm_cfg.py.j2 A roles/mailman/templates/mm_genaliases_ldap.j2 A roles/postfix/defaults/main.yml A roles/postfix/handlers/main.yml A roles/postfix/tasks/main.yml A roles/postfix/tasks/mx.yml A roles/postfix/tasks/relay.yml A roles/postfix/templates/15-content_filter_mode.j2 A roles/postfix/templates/50-user.j2 A roles/postfix/templates/ldap-aliases.cf.j2 A roles/postfix/templates/ldap-lists.cf.j2 A roles/postfix/templates/ldap-local.cf.j2 A roles/postfix/templates/local.cf.j2 A roles/postfix/templates/mailer.conf.j2 A roles/postfix/templates/main.cf.j2 A roles/postfix/templates/master.cf.j2 A roles/postfix/vars/default.yml A roles/postfix/vars/smartos.yml Log Message: ----------- Fix mail on SmartOS (non-GZ, anyway). As a result, bring the postfix and mailman roles over from the private playbook. So far, putting almost everything in a single play seems to be working out well. The only downside here is that as more stuff is added, there will be a *lot* of skipped tasks. Commit: 5f2cd8c675fa3659788f83dcd8d20689b1806b9a https://github.com/galaxyproject/infrastructure-playbook/commit/5f2cd8c675fa... Author: Nate Coraor <nate@bx.psu.edu> Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M galaxyenv/group_vars/all.yml A galaxyenv/group_vars/listservers.yml A galaxyenv/group_vars/mailservers.yml A galaxyenv/host_vars/chouffe.galaxyproject.org.yml A galaxyenv/host_vars/delirium.galaxyproject.org.yml M galaxyenv/inventory M playbook.yml Log Message: ----------- Data for the previously added postfix and mailman roles. Compare: https://github.com/galaxyproject/infrastructure-playbook/compare/b04320d9c64...