Ansible role for deploying 389 Directory Service

Clone this repo:

Branches

  1. 5f9e0f1 Fix metadata for Galaxy by Zack Williams · 1 year, 7 months ago master
  2. a4da4fa Enable the default entry by Hung-Wei Chiu · 2 years, 7 months ago
  3. c309b55 Init role for ds389 by Hung-Wei Chiu · 2 years, 7 months ago
  4. 1531319 Initial empty repository by Zack Williams · 2 years, 7 months ago

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