openldap_server
openldap_server copied to clipboard
issue with xenial
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
Have you been able to get it to work yet on xenial?
tbf I haven't done much in 21 days but the package for the server is indeed slapd in xenial if that helps.
Hello,
You probably shoud use :
- name: Install the openldap and required Packages for RedHat yum: name={{ item }} state=installed with_items: "{{openldap_server_pkgs}}"
instead of :
- name: Install the openldap and required Packages for RedHat yum: name={{ item }} state=installed with_items: openldap_server_pkgs
Best regards, Yasser
@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