Caddyfile And User tweaks

This commit is contained in:
Annika Merris 2025-12-11 12:01:45 -05:00
parent 26f820738a
commit b829f66402
9 changed files with 39 additions and 0 deletions

View file

@ -20,3 +20,13 @@ pve.local.cobb.lgbt {
code.local.cobb.lgbt {
reverse_proxy 10.69.11.51:8443
}
guac.local.cobb.lgbt {
@notGuac {
not path /quacamole*
}
redir @notGuac /quacamole/
reverse_proxy 10.69.2.52:8080 {
flush_interval -1
}
}

View file

@ -0,0 +1 @@
permit persist adhdgirl

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE1XzepIOOXlSAjVTVKXlCYiPD4gtlt4/1ky9UWaB/2f annika@ansible.local.cobb.lgbt

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzoAgo72d79TekVgwi8ipSRQ+Ol1frmSC46cesmGiOT annika@ipad.local.cobb.lgbt

View file

@ -0,0 +1 @@
adhdgirl ALL=(ALL) ALL

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJ3/ZWJHbXEu5+nPvaNfPQraxy2ThXQlNB/u99nr8ci annika@wallace.local.merr.is

View file

@ -64,4 +64,16 @@
key: "{{ lookup('file', item) }}"
with_fileglob:
- "users/{{ user_name }}/*.pub"
- name: Check if docker group exists
ansible.builtin.group:
name: "docker"
check_mode: true
register: docker_group_exists
- name: If docker group exists, add {{ user_name }}
ansible.builtin.user:
name: "{{ user_name }}"
append: true
groups: docker
when: docker_group_exists.state == 'present'
# code: language=ansible

View file

@ -0,0 +1,9 @@
---
common_user_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
39313537373231343839663162373238343837626266323631316234333034343536636664336433
3531626364383166383165613563373435623663366461360a613731663639633966353239303933
63353537626461383332656265653634656530326133646361643365366665353562396536373834
3866343531323237360a353737303766393338353436353864336538373166366637663566363166
6364
# code: language=ansible

View file

@ -55,3 +55,6 @@ all:
authentik:
hosts:
nemetona:
caddy:
hosts:
nemetona: