Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexandergrooff/ansible
- Owner: AlexanderGrooff
- License: mit
- Created: 2018-11-05T19:39:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T07:34:54.000Z (11 months ago)
- Last Synced: 2024-10-16T22:24:11.987Z (3 months ago)
- Language: Jinja
- Size: 459 KB
- Stars: 2
- Watchers: 2
- 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
```