Code Monkey home page Code Monkey logo

ansible-gremlin's Introduction

Ansible Gremlin Role

Install and configure Gremlin

Supports most Debian and RHEL-based Linux distros

Installation

ansible-galaxy -v install git+https://github.com/gremlin/ansible-gremlin.git

Role Variables

  • gremlin_team_id - Your Team ID (required for authentication)
  • gremlin_team_secret - Your Team Secret (should only require secret or PEM certificates, not both)
  • gremlin_team_private_key_or_file - Your PEM-encoded private key or path/filename to a file containing the private key (required for authentication)
  • gremlin_team_certificate_or_file - The PEM-encoded public-key certificate or path/filename to the file containing your PEM-encoded public-key certificate (required for authentication)
  • gremlin_identifier - Custom name for this client (default as the host's IP address)
  • gremlin_client_tags - Comma-separated list of custom tags to assign to this client (e.g. GREMLIN_CLIENT_TAGS="zone=us-east1,role=mysql,foo=bar")
  • http_proxy - In the form http[s]://[username:passsword@]address:port
  • https_proxy - In the form http[s]://[username:passsword@]address:port

Dependencies

None

Example Playbooks

With TeamID & Secret

---

- hosts: localhost
  roles:
     - { role: Gremlin.gremlin }
  vars:
    gremlin_config:
      gremlin_team_id: 9999999a-888b-777c-666d-55555555555e
      gremlin_team_secret: 1111111f-222e-333d-444c-55555555555d

With Private Key authentication

---

- hosts: localhost
  roles:
     - { role: Gremlin.gremlin }
  vars:
    gremlin_config:
      gremlin_team_id: 9999999a-888b-777c-666d-55555555555e
      gremlin_team_private_key_or_file: "file:///var/lib/gremlin/key.pem"
      gremlin_team_certificate_or_file: "file:///var/lib/gremlin/cert.pem"

License

Apache2

Author Information

[email protected]

Version

v0.2 (Beta)

ansible-gremlin's People

Contributors

khultman avatar

Watchers

 avatar  avatar

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.