unfetter
unfetter copied to clipboard
Unfetter CI tasks
Some possible things that could be included in an Unfetter CI task list:
- With the move towards ansible, it would be nice to be able to validate ansible playbooks in a CI job, eg:
ansible-playbook discover-run-dev.yml --check
, which acts as a dry run - Validate
docker-compose.*.yml
files, eg:docker-compose -f docker-compose.yml config