Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-tig
- Owner: wtanaka
- Created: 2017-01-08T06:53:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T00:26:24.000Z (over 5 years ago)
- Last Synced: 2024-10-14T07:44:09.028Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ansible-roles, galaxy, git, ncurses, tig
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/