Deploy Red Hat Advanced Cluster Security for Kubernetes Demo ( Apps ) on OpenShift 4.x in a easy and automated way.
- Ansible Installation Guide
- PyYAML
- python3-openshift
- python3-jmespath
Variable | Description |
---|---|
stackrox_central_admin_password | RHACS - Central Admin Password |
ACTION | create ( To install ) or destroy ( To uninstall ) |
ansible-galaxy collection install kubernetes.core
git clone https://github.com/rh-mobb/rhacs-demo
cd rhacs-demo
You can use the rhacs-install.yaml as example, please change the credentials before running the playbook.
- hosts: localhost
vars:
stackrox_central_admin_password: stackrox
roles:
- ocp4_install_acs
- ocp4_deploy_acs_demo_apps
oc login -u admin https://yourcluster:6443
ansible-playbook rhacs-install.yaml
ansible-playbook rhacs-demo.yaml