docs(public): sanitize release materials

This commit is contained in:
igor04091968
2026-06-03 08:52:20 +03:00
parent 18653e1a2f
commit a1801fca5f
175 changed files with 1121 additions and 17893 deletions
+2 -2
View File
@@ -88,8 +88,8 @@ if [[ ! -f ansible/inventory.ini ]]; then
fi
if [[ -t 0 ]]; then
prompt_secret AW_SSH_PASSWORD "Enter SSH password for aw_server (root@10.10.10.13)"
prompt_secret AW_WINRM_PASSWORD "Enter WinRM password for aw_windows (192.168.100.18)"
prompt_secret AW_SSH_PASSWORD "Enter SSH password for aw_server (root@192.0.2.13)"
prompt_secret AW_WINRM_PASSWORD "Enter WinRM password for aw_windows (198.51.100.18)"
fi
if [[ -z "${AW_SSH_PASSWORD:-}" || -z "${AW_WINRM_PASSWORD:-}" ]]; then