-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpi.yml
More file actions
53 lines (46 loc) · 1.69 KB
/
Copy pathrpi.yml
File metadata and controls
53 lines (46 loc) · 1.69 KB
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
---
# Update this file before running the playbook
# Raspberry Pi configuration
ssh_public_key_url: "https://github.com/nirantak.keys"
rpi_hostname: pie.run
rpi_admin_email: "<change-this-email-id>"
rpi_timezone: Asia/Kolkata
rpi_wifi_country: IN
rpi_locale: en_US.UTF-8
rpi_kb_layout: us
# Setup zsh, ohmyzsh with plugins, dotfiles
install_custom_shell: true
install_python_version: 3.14.2
install_bat_version: 0.26.1
tailscale_install: true
# Docker configuration
docker_shared_dir: "/home/{{ ansible_user }}/apps"
# Proxy configuration
proxy_install: true
proxy_port: 8000
proxy_domain: proxy.pie.run
proxy_cert_resolver: "letsencrypt" # [letsencrypt|tailscale] generate certs for all domains in the proxy using one of these resolvers
proxy_auth_user: "{{ ansible_user }}"
proxy_auth_password: "<change-this-password>"
# Home Assistant configuration
hast_install: true
hast_port: 8123
hast_domain: home.pie.run
# Tailscale configuration
tailscale_subnet: "192.168.68.0/24"
# Pi-hole configuration
pihole_install: true
pihole_domain: dns.pie.run
pihole_port: 8080
pihole_password: "<change-this-password>" # change this to reset pihole admin password
pihole_upstream_dns: "1.1.1.1;1.0.0.1"
pihole_adlist:
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
- https://raw.githubusercontent.com/notracking/hosts-blocklists/master/hostnames.txt
- https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt
pihole_allowlist:
- chtbl.com # loads podcasts
- s.youtube.com # marks YT videos as watched
- firebaselogging.googleapis.com # causes some mobile apps to fail loading
- cdn.amplitude.com # causes some websites to fail loading
- p.typekit.net # loads Adobe fonts