bennojoy / openldap_server

ansible role openldap server
54 stars 79 forks source link

issue with xenial #22

Open Lewiscowles1986 opened 7 years ago

Lewiscowles1986 commented 7 years ago

Deployed a xenial droplet on digitalocean, installed python, created ansible.cfg so I could specify the user and private key file, installed python to bypass first error, now this...

failed: [###.###.###.###] (item=[u'openldap_server_pkgs']) => {"failed": true, "item": ["openldap_server_pkgs"], "msg": "No package matching 'openldap_server_pkgs' is available"}

I believe it's called slapd in xenial, I'll try to take a look and PR when I have some time

Kbman99 commented 7 years ago

Have you been able to get it to work yet on xenial?

Lewiscowles1986 commented 7 years ago

tbf I haven't done much in 21 days but the package for the server is indeed slapd in xenial if that helps.

ysalimi commented 7 years ago

Hello,

You probably shoud use :

instead of :

Best regards, Yasser

Lewiscowles1986 commented 7 years ago

@ysalimi I'm unsure if this was to me, but surely when: in case of re-writing would be a good idea Link; and not mentioning yum on an ubuntu specific issue might be another idea?

TBF as there is no commercial need for this package from me I haven't touched it