add geth
This commit is contained in:
parent
5c3689df3a
commit
90ea841016
|
@ -11,7 +11,6 @@
|
|||
- common
|
||||
- geerlingguy.docker
|
||||
- truffle
|
||||
- sol2uml
|
||||
- solc
|
||||
- solc-select
|
||||
- slither
|
||||
|
@ -20,3 +19,5 @@
|
|||
- mythril
|
||||
- ganache
|
||||
- remix
|
||||
- geth
|
||||
- sol2uml #BROKEN a little on x86 and completely on ARM https://gitlab.com/shopglue/ziion-tools/-/issues/7
|
||||
|
|
14
ansible/roles/geth/tasks/main.yml
Normal file
14
ansible/roles/geth/tasks/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: add apt ppa required for geth
|
||||
apt_repository:
|
||||
repo: 'ppa:ethereum/ethereum'
|
||||
|
||||
- name: Install pip3
|
||||
become_user: root
|
||||
become: true
|
||||
apt:
|
||||
state: present
|
||||
update_cache: yes
|
||||
cache_valid_time: 604800
|
||||
pkg:
|
||||
- ethereum
|
Loading…
Reference in a new issue