From: Ingo Ebel Date: Thu, 31 Mar 2022 12:10:14 +0000 (+0200) Subject: added AlmaLinux and Rocky for iscsi deploy X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c5bb450f8796530495315cd9b81539e059661c3d;p=ceph-ansible.git added AlmaLinux and Rocky for iscsi deploy Signed-off-by: Ingo Ebel --- diff --git a/roles/ceph-validate/tasks/check_iscsi.yml b/roles/ceph-validate/tasks/check_iscsi.yml index 7bf11b31c..3968caf94 100644 --- a/roles/ceph-validate/tasks/check_iscsi.yml +++ b/roles/ceph-validate/tasks/check_iscsi.yml @@ -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: