This website requires JavaScript.
Explore
Get Started
opendev
/
system-config
Code
Issues
Proposed changes
eae9a42b4b
Branches
Tags
View all branches
system-config
/
playbooks
/
roles
/
exim
/
templates
/
exim.sysconfig.j2
3 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add an Ansible role to configure exim Change-Id: I7f5bfc27fff282241e7a292dff012a0d62466e20
2018-08-01 14:50:07 -07:00
DAEMON=yes
Add lists exim config to ansible The mailing list servers have a more complex exim config. Put the routers and transports into ansible variables. While we're doing it, role variables with an exim_ prefix - since 'routers' as a global variable might be a little broad. iteritems isn't a thing in python3, only items. We need to escape the exim config with ${if or{{ - because of the {{ which looks like jinja. Wrap it in a {% raw %} block. Getting the yaml indentation right for things here is non-trivial. Make them strings instead. Add a README.rst file - and use the zuul:rolevar construct in it, because it's nice. Change-Id: Ieccfce99a1d278440c5baa207479a1887898298e
2018-08-13 13:54:05 -05:00
QUEUE={{ exim_queue_interval }}
Copy Permalink