Description of problem: ------------------------ gluster-ansible playbooks for RHHI-V deployment failed with ansible 2.9.10 Version-Release number of selected component (if applicable): ------------------------------------------------------------- gluster-ansible-roles-1.0.5-7.1.el7rhgs How reproducible: ----------------- Always Actual results: ---------------- Playbook tasks with delegation to remote host executes on the localhost only Expected results: ----------------- Playbook tasks with delegation to remote host should also work in remote host
PR: https://github.com/gluster/gluster-ansible/pull/118
Tested with gluster-ansible-roles-1.0.5-7.2.el7rhgs <snip> - name: Set Engine public key as authorized key without validating the TLS/SSL certificates connection: ssh authorized_key: user: root state: present # The certificate has to be verified by the user for its authenticity key: https://{{ he_fqdn }}/ovirt-engine/services/pki-resource?resource=engine-certificate&format=OPENSSH-PUBKEY validate_certs: False delegate_to: "{{ host }}" with_items: "{{ groups['gluster'] }}" loop_control: loop_var: host when: "'gluster' in groups" </snip> The task now has 'connection: ssh'
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:3120