Browse Source

Update 'new-node.sh'

Marcel Stangenberger 1 năm trước cách đây
mục cha
commit
83b0ef62a2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      new-node.sh

+ 2 - 2
new-node.sh

@@ -3,9 +3,9 @@
 echo "Creating group"
 groupadd Ansible
 echo "Creating user"
-useradd -g Ansible -m -r -c \"Ansible user\" ansible
+useradd -g Ansible -m -r -c "Ansible user" ansible
 echo "Set sudo rights"
-echo \"%Ansible ALL=(ALL) NOPASSWD: ALL\" > /etc/sudoers.d/Ansible
+echo "%Ansible ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/Ansible
 echo "Set remote access"
 mkdir /home/ansible/.ssh
 chmod 700 /home/ansible/.ssh