Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 374 Bytes

Ansible Ubuntu setup

Ansible roles to setup Ubuntu desktop.

Requirement

Edit the sudoers file using visudo.

sudo visudo

Replace {user} with your username.

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL
{user}  ALL=(ALL:ALL) NOPASSWD: ALL

Run playbook

ansible-playbook -i hosts.yml site.yml