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.
Nicolas Massé c0254be12b first commit 4 years ago
ansible first commit 4 years ago
.gitignore first commit 4 years ago
.gitmodules first commit 4 years ago
README.md first commit 4 years ago
icsp.yaml first commit 4 years ago
mirror.sh first commit 4 years ago

README.md

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