This commit is contained in:
Michael Grote 2024-04-03 10:49:11 +02:00
parent 3e613ce925
commit 904905f59f
2 changed files with 2 additions and 3 deletions

View file

@ -30,7 +30,7 @@ ufw_rules:
from_ip: 192.168.2.0/24
### mgrote_lldap
lldap_repo_url: "deb http://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_22.04/ /"
lldap_package_url: "https://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_22.04/amd64/lldap_0.5.0-1+3.1_amd64.deb"
lldap_logging_verbose: false
lldap_http_port: 17170
lldap_http_host: "0.0.0.0"

View file

@ -1,8 +1,7 @@
---
- name: Ensure package is installed
ansible.builtin.apt:
name: "{{ lldap_package_url }}"
update_cache: yes
deb: "{{ lldap_package_url }}"
- name: Ensure config is templated
ansible.builtin.template: