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: about 2 months ago
JSON representation
Machine setup, powered by Ansible
- Host: GitHub
- URL: https://github.com/caarlos0-graveyard/machine
- Owner: caarlos0-graveyard
- Archived: true
- Created: 2016-04-26T23:46:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T20:30:17.000Z (over 5 years ago)
- Last Synced: 2024-05-01T12:36:02.070Z (8 months ago)
- Topics: ansible, dotfiles, machine, machine-setup
- Language: Shell
- Homepage:
- Size: 169 KB
- Stars: 47
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```