Skip to content

Commit d58750b

Browse files
committed
chore: small script info change
1 parent 0d44a7b commit d58750b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,14 @@ echo ""
3535
echo -e "${GREEN}Repository cloned!${NC}"
3636
echo ""
3737
echo "Next steps:"
38-
echo " 1. cd $TARGET_DIR"
38+
echo " 1. cd \$TARGET_DIR"
3939
echo " 2. Edit inventories/production/hosts (add your server IPs)"
4040
echo " 3. Create vault: ansible-vault create inventories/production/group_vars/all/vault.yml"
41+
echo " Inside the vault, include the following values:"
42+
echo " vault_tailscale_auth_key: \"tskey-auth-\" # check https://tailscale.com/kb/1085/auth-keys"
43+
echo " cloudflare_api_token: \"\" # check https://developers.cloudflare.com/fundamentals/api/get-started/create-token/"
44+
echo " cloudflare_email: \"[email protected]\""
45+
echo " traefik_dashboard_credentials: \"\" # Basic auth (user:hashedpassword) — generate via: htpasswd -nb user password"
46+
echo " pihole_webpassword: \"webpassword\" # Password for Pi-hole web interface"
4147
echo " 4. Run bootstrap: ./bootstrap.sh"
4248
echo ""

0 commit comments

Comments
 (0)