]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/init-system.sh
Feat(packages): Install `calendar` and `net-tools`
[ansible.git] / playbooks / redhat / init-system.sh
index 92361652468f18cfde661ee86fc487298e688f42..c4423a9263ddb0219f3917bfbc45da2bc3b22c31 100755 (executable)
@@ -8,9 +8,9 @@ fi
 host="$1"
 shift
 
+ssh root@$host exec adduser phd
+
 cd "`dirname \"$0\"`" &&
-ANSIBLE_ROLES_PATH=roles:../roles &&
-export ANSIBLE_ROLES_PATH &&
 
 # Passwordless access isn't configured yet; use `ssh` connection sharing.
 # `sudo` isn't configured yet too; ask for phd password.