Skip to content

leo8a/acm-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: ACM operator

CI

Installs the ACM operator on OpenShift clusters.

Role Variables

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

Dependencies

This role requires the kubernetes.core collection, and have been tested on an OpenShift cluster version 4.10.

Example Playbook

- 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

License

This role is released under the Apache 2.0 license. See the LICENSE.

Author Information

This role was created in 2022 by Leo Ochoa.

Contributors

This is the current list of folks in the acm_operator hall of fame contributors 🏆!

Made with contributors-img.