gatewayproxy

Ansible Role: bee

This repository contains sample code for automating bee installation and management using Ansible.

Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs. gateway-proxy it's proxy service for the Bee client.

Installation

Ansible Galaxy

Use ansible-galaxy install ethersphere.gatewayproxy to install the latest stable release of the role on your system. Alternatively, if you have already installed the role, use ansible-galaxy install -f ethersphere.gatewayproxy to update the role to the latest release.

Git

Use git clone https://github.com/ethersphere/ansible-role-gatewayproxy.git to pull the latest edge commit of the role from GitHub.

Example

Deploy one gateway-proxy node on a defined host

hosts

[my-hosts]
x.x.x.x

playbook.yml

---
- hosts: my-hosts

  roles:
    - role: ethersphere.gatewayproxy
  vars:
    gatewayproxy_config:
      port: 8080
About

Ansible role for installing gateway-proxy, a proxy service for the Bee client

Install
ansible-galaxy install ethersphere/ansible-role-gatewayproxy
GitHub repository
License
bsd-3-clause
Downloads
25
Owner
Swarm is a decentralised storage and communication system for a self-sovereign digital society.