2022-10-28 01:45:54 +00:00
|
|
|
---
|
|
|
|
- hosts: vagrant
|
|
|
|
vars:
|
2022-10-28 08:24:14 +00:00
|
|
|
ziionos_user: ziion
|
|
|
|
bash_line: "export PATH=$PATH:$HOME/.local/bin" # pipx support for user install
|
|
|
|
bash_line_state: present
|
2022-10-28 04:59:13 +00:00
|
|
|
docker_users:
|
|
|
|
- ziion
|
2022-10-28 01:51:57 +00:00
|
|
|
become: true
|
2022-10-28 01:45:54 +00:00
|
|
|
roles:
|
|
|
|
- common
|
2022-10-28 01:51:57 +00:00
|
|
|
- geerlingguy.docker
|
2022-10-28 01:45:54 +00:00
|
|
|
- truffle
|
2022-10-28 08:24:14 +00:00
|
|
|
- solc
|
|
|
|
- solc-select
|
2022-10-29 07:01:34 +00:00
|
|
|
- slither
|
2022-10-28 08:24:14 +00:00
|
|
|
- brownie
|
2022-10-28 11:03:50 +00:00
|
|
|
- manticore
|
|
|
|
- mythril
|
2022-10-28 04:59:13 +00:00
|
|
|
- ganache
|
|
|
|
- remix
|
2022-10-30 12:58:16 +00:00
|
|
|
- geth
|
|
|
|
- sol2uml #BROKEN a little on x86 and completely on ARM https://gitlab.com/shopglue/ziion-tools/-/issues/7
|