
We want email to work. Add a default value so that integration tests work - and update the template so that if the value in the alias mapping is empty we don't write out a half-formed alias. Enable the epel repo on CentOS nodes in base-repos. This is done in install_puppet.sh, but install_puppet.sh doesn't get run on ansible-only nodes. Change-Id: I68ad9f66c3b8672d9642c7764e50adac9cafdaf9
11 lines
164 B
YAML
11 lines
164 B
YAML
- name: Stop postfix
|
|
service:
|
|
name: postfix
|
|
enabled: false
|
|
state: stopped
|
|
|
|
- name: Install exim
|
|
yum:
|
|
name: "{{ package }}"
|
|
enablerepo: epel
|