]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/init-system.sh
Feat(playbooks/*/init-system.sh): Add user `phd`
[ansible.git] / playbooks / redhat / init-system.sh
index df2f22f5d4386d230c7db20eac36d15be3d0de08..c4423a9263ddb0219f3917bfbc45da2bc3b22c31 100755 (executable)
@@ -8,6 +8,8 @@ fi
 host="$1"
 shift
 
+ssh root@$host exec adduser phd
+
 cd "`dirname \"$0\"`" &&
 
 # Passwordless access isn't configured yet; use `ssh` connection sharing.