blob: a59c00951f78e71ebfe4d0c5dffff0303cdc8ef8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
---
# Not using raspberry pi as gateway or DNS sinkhole
network_ipv4_address: "10.0.0.202"
network_ipv4_gateway: "10.0.0.1"
network_ipv4_dns: "10.0.0.1"
# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N ''
ssh_public_key: "ssh-ed25519 AAAA...fMo"
ssh_private_key: |
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1r..........................................................
......................................................................
...................BAgME
-----END OPENSSH PRIVATE KEY-----
python_versions:
- "3.13.7"
- "3.12.11"
ansible_core_version: "2.18.7"
molecule_version: "25.7.0"
wireguard_connections:
wg-vpn3: |
[Interface]
PrivateKey = your_private_key_here
Address = 10.2.0.2/32
DNS = 10.2.0.1
[Peer]
PublicKey = server_public_key
AllowedIPs = 0.0.0.0/0
Endpoint = vpn.com:51820
firefox_install_browserpass: false
firefox_install_passff: true
firefox_extra_extensions:
"[email protected]":
installation_mode: "force_installed"
install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi"
firefox_policies_override:
DisableAppUpdate: true
DisableFirefoxStudies: false
DisableTelemetry: false
fonts_extra:
- "fonts-font-awesome"
- "fonts-google-fira"
hyprland_nvidia: false
hyprland_gdk_scale: 2
hyprland_kanshi_profiles: |
profile default {
output * mode preferred position 0,0 scale 1.6
}
logind_lid_ac_action: "ignore"
|