Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

aeryaguzov/workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workstation

Software setup for my development desktop.

It was tested on latest Ubuntu LTS release in 2015, but now is no longer supported.

Setup

  1. Install latest stable ansible

    sudo apt-add-repository ppa:ansible/ansible
    sudo apt-get update
    sudo apt-get install ansible
  2. Clone this repository

    git clone https://github.com/aeryaguzov/workstation.git /path/to/working/dir && cd /path/to/working/dir
  3. Setup hosts

    cp hosts.example hosts

    You need to be a template engine for a while and replace vars ({{var}}) with credentials for your workstation

  4. Run playbook and stay strong until ansible gets all done!

    ansible-playbook workstation.yml

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published