https://github.com/alexandergrooff/ansible
Scripts used to provision personal machines
https://github.com/alexandergrooff/ansible
Last synced: about 1 year ago
JSON representation
Scripts used to provision personal machines
- Host: GitHub
- URL: https://github.com/alexandergrooff/ansible
- Owner: AlexanderGrooff
- License: mit
- Created: 2018-11-05T19:39:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T07:34:54.000Z (over 2 years ago)
- Last Synced: 2025-03-27T16:52:21.530Z (over 1 year ago)
- Language: Jinja
- Size: 459 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```