
Im still not able to incorporate host2 and 3 thru ansible hyperconverged deployment using ansible. After the deploy the engine is up but cant add the servers manually as it complains about the host keys... TASK [Set Engine public key as authorized key without validating the TLS/SSL certificates] ************************************************************************************************************************************************************************************************************************************************** task path: /etc/ansible/roles/gluster.ansible/playbooks/hc-ansible-deployment/tasks/add_hosts_storage_domains.yml:4 Failed: [host1.example.com -> host2.example.com] (item=host2.example.com) => { "ansible_loop_var": "host", "changed": false, "host": "host2.example.com", "invocation": { "module_args": { "comment": null, "exclusive": false, "follow": false, "key": "https://ovirt-engine2.example.com/ovirt-engine/services/pki-resource?resource=engine-certificate&format=OPENSSH-PUBKEY", "key_options": null, "manage_dir": true, "path": null, "state": "present", "user": "root", "validate_certs": false } }, "msg": "Error getting key from: https://ovirt-engine2.example.com/ovirt-engine/services/pki-resource?resource=engine-certificate&format=OPENSSH-PUBKEY" } thoughts? Thank you, Adrian