From: Ingo Ebel Date: Thu, 31 Mar 2022 12:10:14 +0000 (+0200) Subject: added AlmaLinux and Rocky for iscsi deploy X-Git-Tag: v6.0.26~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f4a3f365f8c25ca90e30c23fa23e56ecfbc77107;p=ceph-ansible.git added AlmaLinux and Rocky for iscsi deploy Signed-off-by: Ingo Ebel (cherry picked from commit c5bb450f8796530495315cd9b81539e059661c3d) --- 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: