Skip to content

jborden/ansible-ubuntu-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible for setting up Ubuntu Desktop

This is my personal Ansible Desktop. It tries to replicate the feel of macOS.

Prerequistes

  1. install ansible
sudo apt install ansible
  1. enable passwordless sudo
sudo visudo

change the line %sudo ALL=(ALL:ALL) ALL %sudo ALL=(ALL:ALL) NOPASSWD: ALL

Run Playbook

ansible-playbook playbook.yml

About

Setup for transforming ubuntu into a dev workstation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published