Inital Commit: Default buildout for fresh VM

Install pip, docker, and a few other baseline packages. Ensure zware
user is setup and has a fresh SSH key. Some of this is duplicating
efforts of the install_dotfiles.sh, but ideal this will replace or at
least supplement that script.
This commit is contained in:
2024-01-30 19:59:42 -06:00
commit 17907a159a
9 changed files with 148 additions and 0 deletions

6
defaults/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
# defaults file for ./default-buildout
pip_install_packages:
- name: docker
docker_users:
- zware