mirror of https://github.com/ceph/ceph-ansible.git
6 lines
425 B
YAML
6 lines
425 B
YAML
---
|
|
- name: enable red hat storage tools repository
|
|
rhsm_repository:
|
|
name: "rhceph-{{ ceph_rhcs_version }}-tools-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms"
|
|
when: (mgr_group_name in group_names or rgw_group_name in group_names or mds_group_name in group_names or nfs_group_name in group_names or iscsi_gw_group_name in group_names or client_group_name in group_names or monitoring_group_name in group_names)
|