Ansible playbooks
*****************
My homelab playground. A repository of infrastructure using Virtualbox, Vagrant,
Landrush and Ansible. The actual Ansible roles are each located in a repository
of its own (which is ansible-galaxy installable).
Requirements
------------
- `Virtualbox `_.
- `Vagrant `_.
- `Landrush `_.
- `Ansible `_.
Getting started
---------------
::
git clone https://www.shore.co.il/cgit/ansible-playbooks
cd ansible-playbooks
ansible-galaxy install -r requirements.yml
vagrant up
TODO
----
- Testing (maybe ansible-lint?).
- Whatever automation not provided by Vagrant and Ansible.