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.
7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
# defaults file for ./default-buildout
|
|
pip_install_packages:
|
|
- name: docker
|
|
docker_users:
|
|
- zware
|