Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wtanaka/ansible-role-tig

Ansible role to install tig - ncurses-based text-mode interface for Git
https://github.com/wtanaka/ansible-role-tig

ansible ansible-galaxy ansible-role ansible-roles galaxy git ncurses tig

Last synced: about 1 month ago
JSON representation

Ansible role to install tig - ncurses-based text-mode interface for Git

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/wtanaka/ansible-role-tig.svg?branch=master)](https://travis-ci.org/wtanaka/ansible-role-tig)
[![CircleCI](https://circleci.com/gh/wtanaka/ansible-role-tig.svg?style=svg)](https://circleci.com/gh/wtanaka/ansible-role-tig)

wtanaka.tig
===========

Installs tig

Tig is an ncurses-based text-mode interface for git. It functions
mainly as a Git repository browser, but can also assist in staging
changes for commit at chunk level and act as a pager for output from
various Git commands.

Example Playbook
----------------

- hosts: servers
roles:
- role: wtanaka.tig

### `tig_should_shortcircuit`

Default: True

When True, this role short-circuits itself if a "tig" is already in
he path

### All variables

The full set of configuration options available are visible in
[defaults/main.yml](defaults/main.yml)

License
-------

GPLv2

Author Information
------------------

https://wtanaka.com/