vagrant@localhost:~$ ansible-galaxy install wluisaraujo.openldap
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.openldap/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- openldap
...
Infrastructure as Code (IaC) with Ansible role for Open LDAP
DockerfileGPL-3.0
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.openldap
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.openldap/requirements.txt
---
- hosts: localhost
vars:
- name: value
roles:
- openldap
...