Files @ 1ca18269f441
Branch filter:

Location: majic-ansible-roles/testsite/ansible.cfg - annotation

branko
MAR-181: Increase memory for mail_server role test machines:

- ClamAV eats-up quite a bit of memory, and 1536MB is not enough. Most
likely the memory usage will grow over time as the anti-virus
database grows since it is loaded up into memory.
1
2
3
4
5
6
7
8
[defaults]
roles_path=../roles
force_handlers = True
inventory = ./hosts
interpreter_python = /usr/bin/python3

[ssh_connection]
pipelining = True