An open API service indexing awesome lists of open source software.

https://github.com/tf/my-ansible

Playbook to setup my computer.
https://github.com/tf/my-ansible

Last synced: over 1 year ago
JSON representation

Playbook to setup my computer.

Awesome Lists containing this project

README

          

# My Ansible

Ansible Playbook to setup my computer

## Requirements

Tested on Ubuntu 16.04.

## Usage

Install Ansible via `apt`:

$ bin/setup

Create variable file with secrets:

$ cp vars/secrets.yml.example vars/secrets.yml

Apply playbook:

$ bin/apply