https://github.com/caarlos0-graveyard/machine
Machine setup, powered by Ansible
https://github.com/caarlos0-graveyard/machine
ansible dotfiles machine machine-setup
Last synced: 11 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T20:30:17.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T12:36:02.070Z (almost 2 years 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 [](https://travis-ci.org/caarlos0/machine) [](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
```