GithubHelp home page GithubHelp logo

suzuki-shunsuke / ansible-jenkins-centos Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 65 KB

ansible role to install Jenkins on CentOS

Home Page: https://galaxy.ansible.com/suzuki-shunsuke/jenkins-centos/

License: MIT License

Ruby 100.00%
ansible ansible-role centos jenkins oss

ansible-jenkins-centos's Introduction

ansible-jenkins-centos

ansible role to install Jenkins on CentOS

https://galaxy.ansible.com/suzuki-shunsuke/jenkins-centos/

Requirements

Nothing.

Role Variables

name required default description
jenkins_jdk no java-1.8.0-openjdk JDK yum package name. If you don't want to install jdk by yum, set "no"
jenkins_state no jenkins service state. By default the service restarts if any results of tasks are "changed". If the value is "not restarted", the service doesn't restart
jenins_enabled no Whether the service should start on boot. By default don't change the setting
jenins_port no JENKINS_PORT in /etc/sysconfig/jenkins
jenkins_listen_address no JENKINS_LISTEN_ADDRESS in /etc/sysconfig/jenkins
jenkins_args no JENKINS_ARGS in /etc/sysconfig/jenkins

Dependencies

Nothing.

Example Playbook

- hosts: servers
  roles:
  - role: suzuki-shunsuke.jenkins-centos
    jenkins_jdk: no
    jenkins_state: started
    jenkins_enabled: yes
    jenkins_port: 5000
    jenkins_listen_address: 127.0.0.1
    jenkins_args: "--sessionTimeout=1440"
    become: yes

Change Log

See CHANGELOG.md.

Contributing

See CONTRIBUTING.md.

License

MIT

ansible-jenkins-centos's People

Contributors

dependabot[bot] avatar renovate-bot avatar suzuki-shunsuke avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ansible-jenkins-centos's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • husky 4.2.5
  • standard-version 8.0.0
  • validate-commit-msg 2.14.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.