update readme

pull/1/head
Joshua Fernandes 5 years ago
parent 9357286f22
commit dfec33f79f
  1. 8
      README.md
  2. 5
      meta/main.yml

@ -68,7 +68,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
1. Default setup:
Install the role from galaxy
```
ansible-galaxy install hyperledger.besu
ansible-galaxy install pegasyseng.hyperledger_besu
```
Create a requirements.yml with the following:
@ -80,7 +80,7 @@ Replace `x.y.z` below with the version you would like to use from the Besu [solu
force_handlers: True
roles:
- role: hyperledger.besu
- role: pegasyseng.hyperledger_besu
vars:
besu_version: x.y.z
@ -95,7 +95,7 @@ ansible-playbook -v /path/to/requirements.yml
2. Install via github
```
ansible-galaxy install git+https://github.com/Hyperledger/ansible-role-besu.git
ansible-galaxy install git+https://github.com/pegasyseng/ansible-role-besu.git
```
Create a requirements.yml with the following:
@ -126,4 +126,4 @@ Apache
### Author Information
HLF, 2019
PegaSysEng, 2019

@ -1,9 +1,9 @@
---
galaxy_info:
author: HLF
author: PegaSysEng
role_name: hyperledger-besu
description: Besu is an open-source java enterprise ethereum client
company: HLF
company: PegaSysEng
license: license (Apache)
min_ansible_version: 2.6
platforms:
@ -28,7 +28,6 @@ galaxy_info:
versions:
- all
galaxy_tags:
- besu
- besu
- blockchain
- ethereum

Loading…
Cancel
Save