ziion-tools/ansible/plays/evm-tools.yml

24 lines
514 B
YAML
Raw Normal View History

---
- 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
roles:
- common
- geerlingguy.docker
- truffle
- solc
- solc-select
- slither
- brownie
2022-10-28 11:03:50 +00:00
- manticore
- mythril
- 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