Ecosyste.ms: Awesome

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

https://github.com/caarlos0-graveyard/machine

Machine setup, powered by Ansible
https://github.com/caarlos0-graveyard/machine

ansible dotfiles machine machine-setup

Last synced: 16 days ago
JSON representation

Machine setup, powered by Ansible

Lists

README

        

this project is outdated/abandoned/archived and will not be updated anymore.

check [this issue](https://github.com/caarlos0/machine/issues/40) for more details.

---

# machine [![Build Status](https://travis-ci.org/caarlos0/machine.svg?branch=master)](https://travis-ci.org/caarlos0/machine) [![SayThanks.io](https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg?style=flat-square)](https://saythanks.io/to/caarlos0)

Machine setup, powered by Ansible.

I'm splitting my [dotfiles](https://github.com/caarlos0/dotfiles) repo
in two repos:

- dotfiles now handles only configuration
- machine (this) installs stuff (including my dotfiles)

For now, almost everything is a task, later I might migrate some of them
to roles, so they can evolve separately and be used by other people as well.

## Usage:

```console
$ wget https://github.com/caarlos0/machine/archive/master.zip
$ unzip master.zip
$ cd machine-master
```

At this point, you might want to edit the `main.yml` file and comment
out stuff you don't want, when you're done, simply run:

```console
$ ./setup
```