Files @ a5fe7e698eed
Branch filter:

Location: majic-ansible-roles/.ssh_config_molecule

branko
MAR-245: Fix test errors related to missing locales on test machines:

- Default SSH configuration often enables passing specific environment
variables to destination machines. By creating a custom SSH config
that gets used when connecting to the test VMs, we can exclude all
environment variables from being sent, thus also having a
more pristine test environment.
- Update site requirements for running tests etc.
1
2
3
4
5
6
7
# Include the system and user configuration, but make sure not to send
# over any environment variables to the test machines by default. This
# helps avoid eventual errors related to locale being passed on to the
# remote machine.
Include /etc/ssh/ssh_config
Include ~/.ssh/config
SendEnv -*