12 lines
281 B
YAML
12 lines
281 B
YAML
|
---
|
||
|
# defaults file for bootstrap
|
||
|
|
||
|
# The user to use to connect to machines.
|
||
|
bootstrap_user: root
|
||
|
|
||
|
# Do you want to wait for the host to be available?
|
||
|
bootstrap_wait_for_host: no
|
||
|
|
||
|
# The number of seconds you want to wait during connection test before failing.
|
||
|
bootstrap_timeout: 3
|