up version
remove unused variables
This commit is contained in:
@@ -13,13 +13,10 @@ Apache +php needed
|
|||||||
Role Variables
|
Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
pla_baseddn
|
|
||||||
pla_install_dir - default /var/www/html
|
|
||||||
pla_version - default 1.2.6.3
|
|
||||||
pla_basedn - no default
|
pla_basedn - no default
|
||||||
|
pla_install_dir - default /var/www/html
|
||||||
|
pla_version - default 1.2.6.7
|
||||||
pla_ldap_server - default {{ localhost }}
|
pla_ldap_server - default {{ localhost }}
|
||||||
pla_bind_dn - "{{ lookup( 'keepass', '{{ group_names[0] }}/{{ inventory_hostname }})pla_dn', 'username' ) }}"
|
|
||||||
pla_bin_pwd: "{{ lookup( 'keepass', '{{ group_names[0] }}/{{ inventory_hostname }})pla_dn', 'password' ) }}"
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# defaults file for phpldapadmin
|
# defaults file for phpldapadmin
|
||||||
pla_version: 1.2.6.4
|
pla_version: 1.2.6.7
|
||||||
pla_install_dir: /var/www/html/
|
pla_install_dir: /var/www/html/
|
||||||
pla_ldap_server: localhost
|
pla_ldap_server: localhost
|
||||||
@@ -1,10 +1,3 @@
|
|||||||
# - name: get some vars
|
|
||||||
# ansible.builtin.set_fact:
|
|
||||||
# pla_bind_dn: "{{ lookup( 'keepass', '{{ group_names[0] }}/{{ inventory_hostname }})pla_dn', 'username' ) }}"
|
|
||||||
# pla_bin_pwd: "{{ lookup( 'keepass', '{{ group_names[0] }}/{{ inventory_hostname }})pla_dn', 'password' ) }}"
|
|
||||||
# when: pla_bind_dn is not defined
|
|
||||||
# tags: always
|
|
||||||
|
|
||||||
- name: get archive
|
- name: get archive
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: https://github.com/leenooks/phpLDAPadmin/archive/{{ pla_version }}.tar.gz
|
url: https://github.com/leenooks/phpLDAPadmin/archive/{{ pla_version }}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user