File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,14 @@ echo ""
3535echo -e " ${GREEN} Repository cloned!${NC} "
3636echo " "
3737echo " Next steps:"
38- echo " 1. cd $TARGET_DIR "
38+ echo " 1. cd \ $ TARGET_DIR"
3939echo " 2. Edit inventories/production/hosts (add your server IPs)"
4040echo " 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"
4147echo " 4. Run bootstrap: ./bootstrap.sh"
4248echo " "
You can’t perform that action at this time.
0 commit comments