ajout role phpldapadmin

This commit is contained in:
2018-12-05 17:46:19 +01:00
commit 0cbb6c7e97
10 changed files with 717 additions and 0 deletions

24
tasks/main.yml Normal file
View File

@@ -0,0 +1,24 @@
- file:
name: /etc/httpd/conf.d/php-fpm-7.conf
state: absent
notify: reloadhttpd
- yum:
name: rh-php70-php-*
state: absent
notify: reloadhttpd
- yum:
name: [ php, php-ldap ]
state: installed
notify: reloadhttpd
- unarchive:
dest: /var/www/html
src: pla.tgz
- file:
src: /var/www/html/phpldapadmin-1.2.3
state: link
dest: /var/www/html/pla
- template:
src: pla_config.php
dest: /var/www/html/pla/config/config.php