Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geovanisouza92/machine
My personal machine provisioning using Ansible
https://github.com/geovanisouza92/machine
Last synced: 15 days ago
JSON representation
My personal machine provisioning using Ansible
- Host: GitHub
- URL: https://github.com/geovanisouza92/machine
- Owner: geovanisouza92
- Created: 2019-01-02T19:50:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T18:59:13.000Z (almost 6 years ago)
- Last Synced: 2023-03-22T20:53:34.835Z (almost 2 years ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal machine provisioning using Ansible
This repository contains my latest machine configuration setup, that install some OS packages, configurations, etc.
I choose to use Ansible mostly to learn more about it after seeing https://github.com/flaudisio/ansible-workstation.
## The real beginning
For the first time, run:
```sh
wget -nv https://github.com/geovanisouza92/machine/archive/master.tar.gz -O - | tar -xzf -
cd machine-master
./machine bootstrap
```The starting point it the [`machine`](./machine) script, that has two commands:
## `./machine bootstrap`
Install some dependencies including Ansible.
## `./machine run`
Start provisioning the machine by installing some OS dependencies and configurations.