Giter Club home page Giter Club logo

ansible-role-jetty's Introduction

Ansible Role: Jetty

Ansible Role to install Jetty

Requirements

Role Variables

See the defaults file, ansible-role-jetty/defaults/main.yml, f or the definitive list.

There are three defaults that can be altered:

  • jetty_version: 9.4.9.v20180320
    • the jetty version - currently this is the only version supported
    • the distribution file is pulled from files
  • jetty_base: /opt/jetty_base
    • put your jetty customizations here
  • jetty_home: /opt/jetty_home
    • the definitive jetty install
  • jetty_user: jetty
    • user who owns and runs jetty
  • jetty_group: jetty
    • group who owns and runs jetty

Dependencies

Example Playbook

- hosts: jetty_servers
  roles:
    - role: github.com/rhythmictech/ansible-role-jetty
      become: yes

Development

This role was development with molecule

To install all the development requirements

pip install ansible==2.8.1 \
            ansible-lint==4.1.0 \
            molecule==2.20.2 

To use the docker scenario you will also need pip install docker==4.0.2

To run the complete suite of tests (yamlint, ansible-lint, idempotency, etc) run molecule test

To test application of role on a docker image run molecule converge

To log into said image run molecule login

Destroy test container with molecule destroy

And if you're testing with packer (or anywhere else locally) you can use ln -s $(pwd)/ansible-role-jetty ~/.ansible/roles/rhythmic.jetty so it will be available to the ansible provisioner

License

MIT

Author Information

ansible-role-jetty's People

Contributors

dgoodellrhy avatar sblack4 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

obiomap

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.