Giter Site home page Giter Site logo

capians's Introduction

capians

Tool for deployment (deploy & rollback) via git (https or ssh).

Links

About

It is based on ansible with capistrano3 algorithm. It keeps git repo in bare form. So it saves time especially using a large repos. Optionally it is integrated with jenkins with Telegram massaging.

How to test

Console usage

Requirements

  • ansible 2.4.1.0
  • Vagrant 1.8.1
  • virtualbox 4.3 or higher

You need to install ansible, vagrant and virtualbox

yum install -y git ansible vagrant virtualbox

or

apt install -y git ansible vagrant virtualbox
continue
git clone https://github.com/maxkrukov/capians.git
cd ./capians
vagrant up
cp vars.example vars  # Set your vars into it
To deploy:
ansible-playbook deploy.yml 
To rollback:
ansible-playbook deploy.yml -e "act=rollback"

Custom tasks

You can also configure templates, {pre,after}-symlink tasks for deploy/rollback . Configure files located in roles/{deploy/rollback}/tasks/custom/ . It has ansible yaml syntax.

Jenkins integration with telegram massaging

About

It is very simple tool for deploy, rollback, testing based on ansible and jenkins. Job is fully parameterized. You need to run jenkins.dsl script to configure job structure. Then set all parameters for your environment. Instruction will be provided below soon.

Requirements

capians's People

Contributors

maksymkryukov avatar maxkrukov avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.