ansible-roles/generate-ldif
David Prevot e5f5425f6d
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2647|9|2638|5|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/407//ansiblelint">Evolix » ansible-roles » unstable #407</a>
gitea/ansible-roles/pipeline/head This commit looks good
lxc-php: Allow one to install php83 on Bookworm container
2023-11-28 17:15:44 +01:00
..
defaults Public role for "generate-ldif" 2017-10-11 13:10:15 +02:00
tasks Use FQCN 2023-03-20 23:33:19 +01:00
templates lxc-php: Allow one to install php83 on Bookworm container 2023-11-28 17:15:44 +01:00
README.md Add evolix prefix to include_role 2019-11-29 14:00:25 +01:00

generate-ldif

Install generateldif ; a script for building an ldif file, ready to import into LDAP.

Tasks

The roles install the script, but doesn't run it.

A separate exec.yml task file can be played manually in playbooks or roles to execute the script. Example :

- include_role:
    name: evolix/generate-ldif
    tasks_from: exec.yml

Variables

  • general_scripts_dir : parent directory for the script
  • client_number : client number (default: XXX)
  • monitoring_mode : everytime or worktime (default: everytime)
  • monitoring_type : icmp or nrpe (default: icmp)
  • monitoring_timeout : timeout for nrpe checks, in seconds (default: 10)