Premier commit

This commit is contained in:
“Albert
2023-01-05 11:44:26 +01:00
parent d46e9954ca
commit fb19dc24e5
554 changed files with 46045 additions and 0 deletions

15
roles/mess/tasks/main.yml Normal file
View File

@@ -0,0 +1,15 @@
---
#- name: Installation openLDAP
# apt: name=slapd state=present update_cache=yes
#- name: Copie du slapd.conf
# copy: src=slapd.conf dest=/etc/openldap
- name: Copie du nslcd.conf
copy: src=nslcd.conf dest=/etc/
- name: Copie du pam_ldap.conf
copy: src=pam_ldap.conf dest=/etc/
- name: Recup du depot git
git: repo=https://github.com/YunoHost/install_script dest=/tmp/install_script