p
This commit is contained in:
parent
22e5937e9a
commit
3e613ce925
2 changed files with 2 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
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"
|
||||
|
|
|
@ -1,13 +1,7 @@
|
|||
---
|
||||
- name: Ensure repository exists
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "{{ lldap_repo_url }}"
|
||||
state: present
|
||||
filename: lldap
|
||||
|
||||
- name: Ensure package is installed
|
||||
ansible.builtin.apt:
|
||||
name: lldap
|
||||
name: "{{ lldap_package_url }}"
|
||||
update_cache: yes
|
||||
|
||||
- name: Ensure config is templated
|
||||
|
|
Loading…
Reference in a new issue