redeployment forgejo + setup ldap #1

Merged
mg merged 123 commits from gb into master 2024-04-04 09:48:10 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 904905f59f - Show all commits

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: