GithubHelp home page GithubHelp logo

zainul1114 / ansible-role-tomcat8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from islandora-deprecated/ansible-role-tomcat8

0.0 1.0 0.0 12 KB

Ansible Galaxy role for installing tomcat for Islandora CLAW

Shell 100.00%

ansible-role-tomcat8's Introduction

Ansible Role: Tomcat 8 Build Status

An Ansible role that installs Tomcat 8 on:

  • Centos/RHEL 7.x
  • Ubuntu Xenial

Role Variables

Available variables are listed below, along with default values:

Tomcat packages to install

tomcat8_packages:
  - tomcat8

Tomcat admin packages to install

tomcat8_admin_packages:
  - tomcat8-admin

Directory to install Tomcat into

tomcat8_home: /var/lib/tomcat8

Whether to install the Tomcat administrative interface

tomcat8_admin_install: yes

Tomcat roles

tomcat8_roles: []

Tomcat users

tomcat8_users: []

User and group to run Tomcat as

tomcat8_server_user: tomcat8
tomcat8_server_group: tomcat8

Some OS-specific variables are set in vars/* but can be overridden

tomcat8_home: /opt/tomcat

Including these only used by CentOS/RH

tomcat8_version: 8.5.27
tomcat_binary_url:  "http://www-eu.apache.org/dist/tomcat/tomcat-8/v{{ tomcat8_version }}/bin/apache-tomcat-{{ tomcat8_version }}.tar.gz"
tomcat_target_dir:  "/opt/apache-tomcat-{{ tomcat8_version }}"

Dependencies

None

Example Playbook

- hosts: webservers
  roles:
    - { role: islandora.tomcat8 }

License

MIT

ansible-role-tomcat8's People

Contributors

jonathangreen avatar whikloj avatar seth-shaw-unlv avatar

Watchers

James Cloos 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.