Skip to content

Instantly share code, notes, and snippets.

@pierophp
Last active May 11, 2017 14:33
Show Gist options
  • Save pierophp/2dcc1349da27ea3f6f28c89dbc5b640c to your computer and use it in GitHub Desktop.
Save pierophp/2dcc1349da27ea3f6f28c89dbc5b640c to your computer and use it in GitHub Desktop.
Configure Debian To Ansible

Run

apt-get install ca-certificates sudo python exim4-base cron-apt snoopy

groupadd admin

usermod -a -G sudo MY_USER

Edit /etc/sudoers

%sudo ALL=(ALL:ALL) NOPASSWD:ALL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment