Skip to content

Ansible repository for configuring my workstations

Notifications You must be signed in to change notification settings

gvicentin/workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workstation

Ansible repository for configuring my workstations. Currently, it only supports Ubuntu.

Getting started

Install ansible on Ubuntu.

sudo apt install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt install git ansible

Run ansible for the first time.

sudo ansible-pull -e user=<user> -U https://github.com/gvicentin/workstation.git

If you have the repository cloned, you can also do the following:

sudo ansible-playbook -e user=gvicentin local.yml

Notes

After the first install everything should be updated automatically after every change in this repository.

About

Ansible repository for configuring my workstations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published