Fix metadata for Galaxy

Change-Id: Id6d7aa324a81edb88177636444f84ec71a6c784e
5 files changed
tree: 79fcb09ee47619ead7065c3e8815af4ca55efd20
  1. .cookiecutter_params.json
  2. .reuse/
  3. LICENSES/
  4. Makefile
  5. README.md
  6. VERSION
  7. defaults/
  8. handlers/
  9. meta/
  10. molecule/
  11. tasks/
  12. templates/
README.md

ds389

This role install the 389 Directory Server

Note

Molecule test only works on Linux environment since DS389 needs to run setfacl for /var/run/systemd/ask-password but /var/run doesn't support the ACL configuration on MAC environment.

Requirements

Minimum ansible version: 2.9.5

Defaults

List of default values for variables:

Example Playbook

Please use pwdhash to generate SSHA5122 encrypted password

- hosts: all
  vars:
    ds389_root_password: "{SSHA512}hZUoI/9C3PeGS4nphClWw6Rg2CTX4P0S74GS3YxsmfQdeBobBEkKyUycxQ1HNB9TJHVokY9dpChFOfDPbKzmf3BbiOC1YAFI"
  roles:
    - ds389

License and Author

© 2021 Open Networking Foundation support@opennetworking.org

License: Apache-2.0