Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 374 Bytes

🏠 Homelab

This playbook is the one I use for my personnal "homelab" which is at the moment a single debian machine running docker containers.

Requirements

  • Debian Buster (10.0 - current LTS version)
  • Ansible
  • Vagrant (for testing purposes)

Usage

ansible-playbook playbook.yml

For Vagrant:

vagrant up
ssh 192.168.33.10
(use password 'test')