Open SuperQ opened 5 years ago
Ansible needs to know all variables before running playbooks and tests. This means either:
1) decrypting secrets.yml
before running tests suite
2) creating fake, unencrypted secrets.yml
files for testing
Just to be on a safe side I would recommend going with second option.
CI is enabled, and our first test is a simple run of yamllint. https://github.com/FOSDEM/infrastructure/pull/215
Added the ansible-lint testing here: https://github.com/FOSDEM/infrastructure/pull/218.
Some CI testing suggestions from @paulfantom