added instructions for non-root users
This commit is contained in:
parent
4aa137f8a6
commit
49da73c8fa
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,8 @@ Table of contents
|
|||
|
||||
NOTA BENE
|
||||
=================
|
||||
I've tested the playbooks mainly on Debian 9 and ubuntu (server) 18.04 LTS,
|
||||
I've tested the playbooks mainly on Debian 9 and ubuntu (server) 18.04 LTS running as root,
|
||||
on Ubuntu (Desktop) 19.04 running ad user.
|
||||
I've started converting the roles to distinguish between OSes but it's incomplete.
|
||||
|
||||
|
||||
|
@ -58,6 +59,10 @@ Run defaults
|
|||
|
||||
ansible-playbook common.yml
|
||||
|
||||
or if you are running as non-root:
|
||||
|
||||
sudo ansible-playbook common.yml
|
||||
|
||||
this playbok will:
|
||||
- check if the variables are set
|
||||
- change the hostname to the one that has been set in the variables
|
||||
|
|
Loading…
Reference in a new issue