Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexandergrooff/ansible

Scripts used to provision personal machines
https://github.com/alexandergrooff/ansible

Last synced: about 1 month ago
JSON representation

Scripts used to provision personal machines

Awesome Lists containing this project

README

        

# Ansible

This repo contains several ansible playbooks for certain usecases.

## Usecase

Typically you boot a new VPS at your favorite hosting company, and add your SSH key to the root user in their controlpanel.
After that, you run `./bootstrap ` to make sure the default user exists.
You can then use `ansible-playbook -i , core.yaml -v` to set up the basics.

At this point the node is ready for any of the ansible playbooks.

## Dev

```shell
mkv
ansible-galaxy collection install -r requirements.yml
ansible-playbook nomad.yml -v
```