diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e11242d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Introduction + +Ansible roles and scripts used for rgoncalves.se's homelab. This repository is +a rewrite of the now deprecated `_infrastructure/ansible`. + +# Quickstart + +## Development + +A new development workstation can be scaffolded thanks to the workstation +playbook. + +``` +$ ansible-playbook playbooks/workstation.yml +``` |