AlexanderGrooff / ansible

Scripts used to provision personal machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <ipaddress> to make sure the default user exists. You can then use ansible-playbook -i <ipaddr>, core.yaml -v to set up the basics.

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

Dev

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

About

Scripts used to provision personal machines

License:MIT License


Languages

Language:Jinja 48.8%Language:HCL 21.9%Language:Shell 14.9%Language:Python 14.2%Language:CUE 0.2%