add simplelogin and fix sshd configurator in all
This commit is contained in:
parent
6a18aeb779
commit
0842788f0d
@ -140,10 +140,10 @@
|
||||
mode: "0644"
|
||||
validate: "/usr/sbin/sshd -T -f %s"
|
||||
notify:
|
||||
- restart sshd
|
||||
- Restart sshd
|
||||
handlers:
|
||||
- name: Restart sshd
|
||||
ansible.builtin.service:
|
||||
name: sshd
|
||||
name: ssh
|
||||
enabled: true
|
||||
state: restarted
|
||||
|
@ -5,6 +5,10 @@ stats.eu.projectsegfau.lt {
|
||||
reverse_proxy localhost:9100
|
||||
import def
|
||||
}
|
||||
sl.projectsegfau.lt {
|
||||
reverse_proxy :7777
|
||||
import def
|
||||
}
|
||||
inv.bp.projectsegfau.lt, i.bp.psf.lt {
|
||||
reverse_proxy localhost:7573
|
||||
header {
|
||||
|
Loading…
Reference in New Issue
Block a user