Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scmorrison/role-git-status
https://github.com/scmorrison/role-git-status
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scmorrison/role-git-status
- Owner: scmorrison
- License: gpl-2.0
- Created: 2015-09-24T02:07:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T02:08:06.000Z (over 9 years ago)
- Last Synced: 2024-11-05T22:03:19.528Z (about 2 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Role: cns.git-status
========This role displays git status stdout for git repository located at {{ web_root }}
Requirements
------------Nothing, it runs out of the box.
Role Variables
--------------In the current version, you can specify the following variables:
| Name | Default | |
|----------|---------|--------------------------------------|
| web_root | --- | Location of the git repository on the target server |
| system_user | --- | Name of the system user context to run `git status` |Dependencies
------------Assumes the `git` command is available on target server.
License
-------GPLv2
Author Information
------------------Created by [Sam Morrison](https://www.twitter.com/samcns)
Examples
--------```yaml
---
- name: cns.git-status example
hosts: all
roles:
- cns.git-status
```