@@ -34,15 +34,14 @@ cd "$TARGET_DIR"
3434echo " "
3535echo -e " ${GREEN} Repository cloned!${NC} "
3636echo " "
37- echo " Next steps:"
38- echo " 1. cd \$ TARGET_DIR"
39- echo " 2. Edit inventories/production/hosts (add your server IPs)"
40- 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"
47- echo " 4. Run bootstrap: ./bootstrap.sh"
48- echo " "
37+ echo -e " \n\033[1;36mNext steps:\033[0m"
38+ echo -e " \033[1;33m1.\033[0m cd \$ TARGET_DIR"
39+ echo -e " \033[1;33m2.\033[0m Edit \033[1;37minventories/production/hosts\033[0m (add your server IPs)"
40+ echo -e " \033[1;33m3.\033[0m Create vault: \033[1;37mansible-vault create inventories/production/group_vars/all/vault.yml\033[0m"
41+ echo -e " Inside the vault, include the following values:\n"
42+ echo -e " \033[1;32mvault_tailscale_auth_key:\033[0m \" tskey-auth-\" \033[2m# check https://tailscale.com/kb/1085/auth-keys\033[0m"
43+ echo -e " \033[1;32mcloudflare_api_token:\033[0m \"\" \033[2m# check https://developers.cloudflare.com/fundamentals/api/get-started/create-token/\033[0m"
44+ echo -e
" \033[1;32mcloudflare_email:\033[0m \" [email protected] \" " 45+ echo -e " \033[1;32mtraefik_dashboard_credentials:\033[0m \"\" \033[2m# Basic auth (user:hashedpassword) — use 'htpasswd -nb user password'\033[0m"
46+ echo -e " \033[1;32mpihole_webpassword:\033[0m \" webpassword\" \033[2m# Password for Pi-hole web interface\033[0m"
47+ echo -e " \033[1;33m4.\033[0m Run bootstrap: \033[1;37m./bootstrap.sh\033[0m\n"
0 commit comments