This repository contains Ansible playbooks used to set up the GitHub runner which is used to apply Ansible definition in the platform repository to the infrastructure and run end to end tests from the e2e repository.
yarn run install
When initializing a brand new instance, use the init
command:
yarn run init
Subsequently, you can use the apply
command:
yarn run apply
Before merging any changes you must make sure they pass the ansible-lint recommendations check. You can run the check locally using the lint
command:
yarn run lint