Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Special Ansible user

  • Create a user called ansible on the server adduser ansible
  • Edit the sudoers file so the user ansible can run commands as root. visudo
  • ansible ALL=(ALL) NOPASSWD: ALL