Skip to content

washiz99/ansible-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ubuntu initial setting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published