We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
following (ad litteram) the example at gce1.md, the configure instances playbook fails
TASK [Gathering Facts] *********************************************************************************************************************************************************** fatal: [35.185.237.69]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).\r\n", "unreachable": true} fatal: [35.233.220.159]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).\r\n", "unreachable": true} fatal: [35.233.202.87]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).\r\n", "unreachable": true} fatal: [35.230.33.116]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).\r\n", "unreachable": true} fatal: [35.227.157.13]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).\r\n", "unreachable": true} fatal: [35.199.160.152]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).\r\n", "unreachable": true}
provider_config: gce: service_account_email: [omitted] credentials_file: [omitted]/projects/contrail-ansible-deployer/vigilant-design-134823-6eb1d1d5e0eb.json project_id: [omitted] ssh_user: centos machine_type: n1-standard-4 image: centos-7 network: microservice-vn subnetwork: microservice-sn zone: us-west1-a disk_size: 50 instances: master1: provider: gce roles: config_database: config: control: analytics_database: analytics: webui: k8s_master: master2: provider: gce roles: config_database: config: control: analytics_database: analytics: webui: k8s_master: master3: provider: gce roles: config_database: config: control: analytics_database: analytics: webui: k8s_master: node1: provider: gce roles: vrouter: k8s_node: node2: provider: gce roles: vrouter: k8s_node: node3: provider: gce roles: vrouter: k8s_node:
The text was updated successfully, but these errors were encountered:
BTW, ssh with private key works fine!
Sorry, something went wrong.
No branches or pull requests
following (ad litteram) the example at gce1.md, the configure instances playbook fails
The text was updated successfully, but these errors were encountered: