In the provisioning docs, in the line:
fab -u <root-user> accept_key:<server-name>
it's not clear to me if it matters how I set "server-name" or what that effect that will have within salt. I picked something and it seemed to work, but a little explanation of where it will end up might be helpful here. E.g., some questions that came to mind for me are:
- Does it matter what I choose? If so, will I be able to change it later?
- Does it need to match the host name of the server?
- Is this how I'll reference the server within Salt, and if so, is it needed anywhere else outside of this line?
In the provisioning docs, in the line:
it's not clear to me if it matters how I set "server-name" or what that effect that will have within salt. I picked something and it seemed to work, but a little explanation of where it will end up might be helpful here. E.g., some questions that came to mind for me are: