-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets_EXAMPLE.py
More file actions
11 lines (9 loc) · 855 Bytes
/
secrets_EXAMPLE.py
File metadata and controls
11 lines (9 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
# ----------------------------------------------------------------------------------------------------------------------
# ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! DO NOT PUSH THIS TO GITHUB ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
# ----------------------------------------------------------------------------------------------------------------------
ip_address = "IPMI Interface ip"
server_usr = "Username for IPMI Interface"
server_pwd = "Password for IPMI Interface"
# ----------------------------------------------------------------------------------------------------------------------
# ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! DO NOT PUSH THIS TO GITHUB ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
# ----------------------------------------------------------------------------------------------------------------------