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

22 lines
389 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
2022-10-29 05:46:57 +00:00
- sol2uml
- solc
- solc-select
- brownie
2022-10-28 11:03:50 +00:00
- manticore
- mythril
- ganache
- remix