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: 1. Default setup:
Install the role from galaxy Install the role from galaxy
``` ```
ansible-galaxy install hyperledger.besu ansible-galaxy install pegasyseng.hyperledger_besu
``` ```
Create a requirements.yml with the following: 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 force_handlers: True
roles: roles:
- role: hyperledger.besu - role: pegasyseng.hyperledger_besu
vars: vars:
besu_version: x.y.z besu_version: x.y.z
@ -95,7 +95,7 @@ ansible-playbook -v /path/to/requirements.yml
2. Install via github 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: Create a requirements.yml with the following:
@ -126,4 +126,4 @@ Apache
### Author Information ### Author Information
HLF, 2019 PegaSysEng, 2019

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

Loading…
Cancel
Save