Giter Club home page Giter Club logo

rippled-ansible-role's Introduction

Rippled Ansible Role

An Ansible role for installing and running rippled

Circle CI Ripple

Requirements

This role is currently only supported on Ubuntu 14.02 LTS.

Usage

Ansible Galaxy

$ ansible-galaxy install ripple.rippled

Git Submodules

$ git submodule add git://github.com/ripple/rippled-ansible-role roles/rippled

Example Playbook

- hosts: rippled
  roles:
    - { role: rippled }

Role Variables

  • rippled_data_root: Where rippled will save its database (default: /var/lib/rippled)
  • rippled_log_file: Location of the rippled log file (default: /var/log/rippled/rippled.log)
  • rippled_ledger_history: How much ledger history rippled should store (default: all)
  • rippled_validation_quorum: Desired quorum (default: whatever rippled's default is)
  • rippled_config_template: Template to write to /etc/rippled/rippled.cfg (default: the included rippled.cfg)
  • rippled_run_service: If this role should manage the rippled service. Set to false to not have this role start/stop/reload the rippled service. (default: true)

SSL

  • rippled_ssl_cert: Path to the SSL cert to be installed on the server (default: none)
  • rippled_ssl_key: Path to the SSL private key to be installed on the server (default: none)
  • rippled_ssl_verify: Whether rippled should verify peer SSL certificates (default: false)

License

MIT

Author Information

Maintained by Torrie Fischer at Ripple Labs

[email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.