diff --git a/README.md b/README.md index 7ec3e7f..b6f0fea 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/meta/main.yml b/meta/main.yml index 2807e76..fefb9de 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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