Ansible role that will install (& uninstall), configure and runs Besu: an enterprise Java Ethereum Client
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: Add Besu Brew tap
|
|
homebrew_tap:
|
|
name: hyperledger/besu
|
|
state: present
|
|
|
|
- name: Install Besu via brew
|
|
homebrew:
|
|
name: besu
|
|
state: present
|
|
|