AAROC / DevOps

DevOps code to deploy eScience services
http://www.africa-grid.org/DevOps
Other
19 stars 40 forks source link

ldap server issue #358

Open mekuanent opened 7 years ago

mekuanent commented 7 years ago

Can we use the same server as ldap and idp because it is throwing this error

fatal: [ldap.ethernet.edu.et]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname ldap.ethernet.edu.et: Name or service not known\r\n", "unreachable": true}

If so what do we name it?

brucellino commented 7 years ago

OK, I can confirm this. Ansible works over ssh so you need to ensure that the connection parameters (username/password/public key/port) are correct.

Usually, we suggest that you use shared public keys, instead of passwords.

Can you confirm that you can access the machine over ssh at all ?