mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-09-14 12:00
This commit is contained in:
parent
3475fdc9bf
commit
1499342c59
@ -26,8 +26,5 @@
|
||||
service: name=systemd-journal-upload state=restarted
|
||||
when: remote_journal is defined
|
||||
|
||||
- name: restart journald
|
||||
service: name=systemd-journald state=restarted
|
||||
|
||||
- name: load kmods
|
||||
service: name=systemd-modules-load state=restarted
|
||||
|
@ -15,7 +15,7 @@ PrivateDevices=yes
|
||||
ProtectSystem=full
|
||||
ProtectHome=yes
|
||||
NoNewPrivileges=yes
|
||||
MemoryLimit={{ llng_workers * 250 }}M
|
||||
MemoryMax={{ llng_workers * 250 }}M
|
||||
Restart=on-failure
|
||||
StartLimitInterval=0
|
||||
RestartSec=1
|
||||
|
@ -35,7 +35,7 @@ PrivateDevices=yes
|
||||
ProtectSystem=full
|
||||
ProtectHome=yes
|
||||
NoNewPrivileges=yes
|
||||
MemoryLimit={{ llng_workers * 250 }}M
|
||||
MemoryMax={{ llng_workers * 250 }}M
|
||||
Restart=on-failure
|
||||
StartLimitInterval=0
|
||||
RestartSec=1
|
||||
|
@ -15,6 +15,7 @@ llng_portal_packages:
|
||||
- lasso-perl
|
||||
- perl-Authen-Captcha
|
||||
- perl-Auth-Yubikey_WebClient
|
||||
- perl-Authen-WebAuthn
|
||||
|
||||
llng_manager_packages:
|
||||
- lemonldap-ng-manager
|
||||
|
@ -16,6 +16,8 @@ llng_portal_packages:
|
||||
- lasso-perl
|
||||
- perl-Authen-Captcha
|
||||
- perl-Auth-Yubikey_WebClient
|
||||
- perl-Authen-WebAuthn
|
||||
- perl-Glib
|
||||
|
||||
llng_manager_packages:
|
||||
- lemonldap-ng-manager
|
||||
|
30
roles/lemonldap_ng/vars/RedHat-9.yml
Normal file
30
roles/lemonldap_ng/vars/RedHat-9.yml
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
|
||||
llng_common_packages:
|
||||
- lemonldap-ng-conf
|
||||
- perl-Cache-Cache
|
||||
- lemonldap-ng-fastcgi-server
|
||||
- python3-PyMySQL
|
||||
- uwsgi-plugin-psgi
|
||||
- uwsgi-logger-systemd
|
||||
|
||||
llng_portal_packages:
|
||||
- python3-passlib
|
||||
- lemonldap-ng-portal
|
||||
- lemonldap-ng-doc
|
||||
- lasso
|
||||
- lasso-perl
|
||||
- perl-Authen-Captcha
|
||||
- perl-Auth-Yubikey_WebClient
|
||||
- perl-Authen-WebAuthn
|
||||
- perl-Glib
|
||||
|
||||
llng_manager_packages:
|
||||
- lemonldap-ng-manager
|
||||
- lemonldap-ng-doc
|
||||
|
||||
llng_mysql_packages:
|
||||
- perl-DBD-MySQL
|
||||
- python3-PyMySQL
|
||||
- mariadb
|
||||
- perl-Apache-Session-Browseable
|
Loading…
x
Reference in New Issue
Block a user