--- - hosts: lilac.mail.einfra.hu gather_subset: min roles: # Exim first, otherwise debian-basic pulls in sendmail - role: mailman tags: mailman - common.debian-basic - common.monitored-server - common.munin-node - common.nevtar - common.niif-apt-repo - common.sudoers - common.persistent-journal - role: common.metricbeat tags: common.metricbeat template_name: mail - role: common.journalbeat tags: common.journalbeat template_name: mail - role: apache tags: apache vars: - nss_cn: listserv.niif.hu - list_domain: listserv.niif.hu - munin_custom_plugins: exim_mailstats: exim_mailstats exim_mailqueue: exim_mailqueue tasks: # This enables TAB completion of host names - name: Disable hashing of known hosts by ssh become: yes lineinfile: dest: /etc/ssh/ssh_config regexp: ^[# \t]*HashKnownHosts[ ] line: " HashKnownHosts no" tags: ssh