Installs the ACM operator on OpenShift clusters.
Available variables are listed below, along with default values (see defaults/main.yml
):
acm:
operator_namespace: "open-cluster-management"
acm_metal3:
watch_all_namespaces: true
This role requires the kubernetes.core
collection, and have been tested on an OpenShift cluster version 4.10.
- hosts: localhost
gather_facts: false
roles:
- leo8a.acm_operator
To enable BMO to watch resources in all namespaces, the watch_all_namespaces
var can be adjusted as follows:
- hosts: localhost
gather_facts: false
roles:
- leo8a.acm_operator
vars:
- acm_metal3:
watch_all_namespaces: true
This role is released under the Apache 2.0 license. See the LICENSE.
This role was created in 2022 by Leo Ochoa.
This is the current list of folks in the acm_operator
hall of fame contributors 🏆!
Made with contributors-img.