add brownie, solcjs, solc-select, bashrc vars, pip3, py3-venv, operating system user var

This commit is contained in:
Bryan Black 2022-10-28 01:24:14 -07:00
parent d48335860d
commit 27743c7276
9 changed files with 67 additions and 1 deletions

View file

@ -1,6 +1,9 @@
---
- hosts: vagrant
vars:
ziionos_user: ziion
bash_line: "export PATH=$PATH:$HOME/.local/bin" # pipx support for user install
bash_line_state: present
docker_users:
- ziion
become: true
@ -8,5 +11,8 @@
- common
- geerlingguy.docker
- truffle
- solc
- solc-select
- brownie
- ganache
- remix