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>subset-debug-master
parent
0f34cd16d8
commit
c5bb450f87
|
@ -2,7 +2,7 @@
|
||||||
- name: fail on unsupported distribution for iscsi gateways
|
- name: fail on unsupported distribution for iscsi gateways
|
||||||
fail:
|
fail:
|
||||||
msg: "iSCSI gateways can only be deployed on Red Hat Enterprise Linux, CentOS or Fedora"
|
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
|
- name: make sure gateway_ip_list is configured
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in New Issue