The goal of this playbook is automate the observability in RHACM. In this case, the playbook will manipulate a OCP cluster with ACM 2.2 created in RHPDS.
Modify extra-vars-example.yml with OCP URL and credentials. Bucket name can be specified in extra-vars.yml as well.
ansible-playbook acm_setup_observability.yml -e @extra_vars.yml
These variables are set as extra vars.
acm_host
: OpenShift API URL, the same used inoc
commandacm_user
: admin-useracm_pass
: admin-passaws_region
: us-east-1
Copy the extra_vars-example.yml
and modify it with proper values.