You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

617 B

Stackrox Demo

Create secrets.yaml and review it.

cp ansible/group_vars/all/secrets.yaml.sample ansible/group_vars/all/secrets.yaml

Install the pre-requisites.

ansible-galaxy collection install kubernetes.core
sudo dnf install python3-openshift

Patch the existing roles.

echo -n > ansible/roles/ocp4_workload_stackrox_demo_apps/tasks/pre_workload.yml
echo -n > ansible/roles/ocp4_workload_stackrox_demo_pipeline/tasks/pre_workload.yml

Deploy the demo.

cd ansible
export K8S_AUTH_VERIFY_SSL=false
export K8S_AUTH_KUBECONFIG="$KUBECONFIG"
ansible-playbook install.yaml