We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb79ff commit 86fcfc3Copy full SHA for 86fcfc3
deploy_config.example
@@ -1,7 +1,9 @@
1
# Configuration file for deploy_freenas.py
2
3
[deploy]
4
-password = YourSuperSecurePassword#@#$* ;this is the only mandatory value
+# This is the only line that is mandatory
5
+# Set it to your FreeNAS root password
6
+password = YourSuperSecurePassword#@#$*
7
8
# Everything below here is optional
9
0 commit comments