Browse Source

added instructions for non-root users

panda 4 years ago
parent
commit
49da73c8fa
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -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