Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 368 Bytes

Provisioning ubuntu with ansible

A ansible playbook to set up a local ubuntu machine.

How to install

  1. Checkout this repo and cd into the directory
    $ git clone <git-repository> <dir>
    $ cd <dir> 
  2. Specify your needed tasks in roles/common/tasks/main.yml
  3. Specify your username in roles/common/vars/main.yml
  4. Run ./run.sh