Collection of deployments and tools for continuous testing of applications within Kubernetes
ansible
oc
kubectl
jq
podman/docker #in case you want to use ansible navigator
ansible-playbook
cd install
ansible-galaxy collection install -r collections/requirements.yml
ansible-playbook automation-hub-play.yaml --tags=infra,strimzi-infra
makefile
ansible-galaxy collection install -r install/collections/requirements.yml
make install_infra install_strimzi
ansible-navigator
cd install
ansible-navigator #default all tags
ansible-navigator run automation-hub-play.yaml --senv ANSIBLE_RUN_TAGS=infra