Initial commit
This commit is contained in:
commit
968d09e362
88 changed files with 2323 additions and 0 deletions
6
os/config-example/config.toml
Normal file
6
os/config-example/config.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Example password: soi
|
||||
# Create a hash with mkpasswd
|
||||
install_admin_password = "$y$j9T$h5VhMd4KkdmbxdZD1gO0N/$1hvwZgO8pQw13Xd6jaNXbtkbqVOC4W/ia/KXOcCGYvB"
|
||||
|
||||
# Example password: soi
|
||||
contestant_root_password = "$y$j9T$h5VhMd4KkdmbxdZD1gO0N/$1hvwZgO8pQw13Xd6jaNXbtkbqVOC4W/ia/KXOcCGYvB"
|
||||
1
os/config-example/contestant_authorized_keys
Normal file
1
os/config-example/contestant_authorized_keys
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Add your ssh authorized keys here
|
||||
2
os/config-example/installer-inventory.txt
Normal file
2
os/config-example/installer-inventory.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DEMO123 debian01
|
||||
SOME_SERIAL_NUMBER some-hostname
|
||||
Loading…
Add table
Add a link
Reference in a new issue