mirror of https://github.com/ceph/ceph-ansible.git
added AlmaLinux and Rocky for iscsi deploy
Signed-off-by: Ingo Ebel <ingo.ebel@desy.de>
(cherry picked from commit c5bb450f87
)
pull/7155/head
parent
aa0cc9381d
commit
f4a3f365f8
|
@ -2,7 +2,7 @@
|
|||
- name: fail on unsupported distribution for iscsi gateways
|
||||
fail:
|
||||
msg: "iSCSI gateways can only be deployed on Red Hat Enterprise Linux, CentOS or Fedora"
|
||||
when: ansible_facts['distribution'] not in ['RedHat', 'CentOS', 'Fedora']
|
||||
when: ansible_facts['distribution'] not in ['RedHat', 'CentOS', 'Fedora', 'AlmaLinux', 'Rocky']
|
||||
|
||||
- name: make sure gateway_ip_list is configured
|
||||
fail:
|
||||
|
|
Loading…
Reference in New Issue