add simplelogin and fix sshd configurator in all

This commit is contained in:
Arya 2023-08-12 18:38:30 +05:30
parent 6a18aeb779
commit 0842788f0d
Signed by: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 6 additions and 2 deletions

View File

@ -140,10 +140,10 @@
mode: "0644" mode: "0644"
validate: "/usr/sbin/sshd -T -f %s" validate: "/usr/sbin/sshd -T -f %s"
notify: notify:
- restart sshd - Restart sshd
handlers: handlers:
- name: Restart sshd - name: Restart sshd
ansible.builtin.service: ansible.builtin.service:
name: sshd name: ssh
enabled: true enabled: true
state: restarted state: restarted

View File

@ -5,6 +5,10 @@ stats.eu.projectsegfau.lt {
reverse_proxy localhost:9100 reverse_proxy localhost:9100
import def import def
} }
sl.projectsegfau.lt {
reverse_proxy :7777
import def
}
inv.bp.projectsegfau.lt, i.bp.psf.lt { inv.bp.projectsegfau.lt, i.bp.psf.lt {
reverse_proxy localhost:7573 reverse_proxy localhost:7573
header { header {