Files
2025-06-13 11:38:47 +02:00

11 lines
327 B
Python

# SPDX-FileCopyrightText: 2025 3mdeb <contact@3mdeb.com>
#
# SPDX-License-Identifier: Apache-2.0
DEVICE_OS_USERNAME = "root"
DEVICE_OS_HOSTNAME = "localhost"
DEVICE_OS_PASSWORD = "Esxi11!"
# DEVICE_OS_USER_PROMPT = f"Login Name: {DEVICE_OS_USERNAME}>"
DEVICE_OS_USER_PROMPT = f"[{DEVICE_OS_USERNAME}@{DEVICE_OS_HOSTNAME}:~]"