diff options
Diffstat (limited to 'hiera/bootstrap.yaml')
-rw-r--r-- | hiera/bootstrap.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hiera/bootstrap.yaml b/hiera/bootstrap.yaml index 2353846..f37c175 100644 --- a/hiera/bootstrap.yaml +++ b/hiera/bootstrap.yaml @@ -26,3 +26,13 @@ bootstrap::first_user: '' bootstrap::first_user::password: '' bootstrap::first_user::sshkey: '' bootstrap::first_user::email: '' + +# +# First nodes +# + +# Hostname of the first server +bootstrap:first_hostname: '' + +# Create manifests and config for the first nodes? +bootstrap::first_nodes: false |