user
, and the root
(or other sudo
) user removed.root
(or root like) user access to your server. Ansible will later create a Linux user on your server (with default username user
).<server name>
with the name of your server, i.e. us-west
, and domain
with your domain, i.e. siasky.net
. Ansible will pull this information from LastPass in order to create the user user
on the server with the provided password. user
profile on the server. Set the Site password
to a strong password, like one generated from https://passwordsgenerator.net/.my-vars/config.yml
hosts.ini
file