added configuration of template files as top-level variable files in vars directory, to be referenced in relevant playbooks

This commit is contained in:
2026-06-16 14:53:01 -04:00
parent 44c343dd7b
commit a6fc067eb1
9 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
aria:
scheme: http
hostname: localhost
port: "6800"
secret: ~
credentals: ~

2
vars/crowdsec.yml Normal file
View File

@@ -0,0 +1,2 @@
crowdsec:
port: 8181

2
vars/flexget_dls.yml Normal file
View File

@@ -0,0 +1,2 @@
flexget:
download_mode: direct

57
vars/git_aliases.yml Normal file
View File

@@ -0,0 +1,57 @@
git_aliases:
- [ckot, checkout]
- [chbr, checkout]
- [ch_br, checkout]
- [tch_br, "'checkout -b'"]
- [tchbr, "'checkout -b'"]
- [tchbr, "'checkout -b'"]
- [add_br, "'checkout -b'"]
- [addbr, "'checkout -b'"]
- [rm_br, "'branch -D'"]
- [rmbr, "'branch -D'"]
- [del_br, "'branch -D'"]
- [delbr, "'branch -D'"]
- [tch_rmt, "'remote add'"]
- [tchrmt, "'remote add'"]
- [add_rmt, "'remote add'"]
- [addrmt, "'remote add'"]
- [rm_rmt, "'remote remove'"]
- [rmrmt, "'remote remove'"]
- [del_rmt, "'remote remove'"]
- [delrmt, "'remote remove'"]
- [cfg, config]
- [psh, push]
- [snd, push]
- [send, push]
- [post, push]
- [pl, pull]
- [receive, pull]
- [get, pull]
- [fch, fetch]
- [hist, log]
- [scenes, log]
- [br, branch]
- [lsbr, "'branch -v'"]
- [ls_br, "'branch -v'"]
- [rmt, remote]
- [ls_rmt, "'remote -v'"]
- [lsrmt, "'remote -v'"]
- [cmmt, commit]
- [register, commit]
- [st, status]
- [stat, status]
- [state, status]
- [current, status]
- [restart, "reset --hard"]
- [undo, "'reset HEAD~1 --mixed'"]
- [unstage, "'reset HEAD --'"]
- [stage, add]
- [touch, add]
- [tch, add]
- [del, rm]
- [prev, "'log -1 HEAD'"]
- [last, "'log -1 HEAD'"]
- [finito, "'!git push origin HEAD'"]
- [chkpnt, "'!git add -A && git commit -m'"]
- [sgn, "'commit --amend --no-edit -S'"]
- [rvrt, revert]

View File

@@ -0,0 +1,3 @@
local_facts:
user_id: ""
user_dir: ""

3
vars/sox_prox.yml Normal file
View File

@@ -0,0 +1,3 @@
sox:
hostname: localhost
port: "9050"

19
vars/tail_net.yml.example Normal file
View File

@@ -0,0 +1,19 @@
tail:
users:
- username: ""
dname: ""
email: ""
pfp: ~
scheme: https
domain: sukaato.moe
port: ":8080"
grpc:
expose: false
secure: true
port: ":50443"
magic_dns:
domain: "cyberia.net"
nameservers:
- "https://dns.nextdns.io/5a5ac6"
- 9.9.9.9

26
vars/vim_settings.yml Normal file
View File

@@ -0,0 +1,26 @@
vimrc:
git_spice: true
status_line: true
autodelimit: true
origami: true
history_span: 500
typed_paths:
autocomplete: true
ignore:
- "*.docx"
- "*.jpg"
- "*.png"
- "*.gif"
- "*.pdf"
- "*.pyc"
- "*.exe"
- "*.flv"
- "*.img"
- "*.xlsx"
fancy_commenting: true
tabs:
spatialize: true
gap: 2
cursor:
blocky: true
ide: true

View File

@@ -0,0 +1,17 @@
vpn_server:
driver:
name: dsnet
version: "v0.8.1"
interface: dsnet
forwards:
- [tcp,"80"] # HTTP
- [tcp,"443"] # HTTPS
- [tcp,"465"] # SMTP
- [tcp,"587"] # SMTP
- [tcp,"995"] # POP3
- [tcp,"110"] # POP3
- [tcp,"143"] # IMAP
- [tcp,"993"] # IMAP
clients:
- name: armitage
desc: "my homelab server"