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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T00:26:24.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T07:45:27.672Z (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
[](https://travis-ci.org/wtanaka/ansible-role-tig)
[](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/