Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgaunet/ansible-role-glab
An Ansible Role that installs glab on Linux.
https://github.com/sgaunet/ansible-role-glab
ansible ansible-galaxy-role ansible-role glab setup
Last synced: 14 days ago
JSON representation
An Ansible Role that installs glab on Linux.
- Host: GitHub
- URL: https://github.com/sgaunet/ansible-role-glab
- Owner: sgaunet
- License: mit
- Created: 2024-06-19T16:24:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T23:23:31.000Z (about 1 month ago)
- Last Synced: 2024-11-18T23:43:15.061Z (about 1 month ago)
- Topics: ansible, ansible-galaxy-role, ansible-role, glab, setup
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub release](https://img.shields.io/github/release/sgaunet/ansible-role-glab.svg)](https://github.com/sgaunet/ansible-role-glab/releases/latest)
[![CI](https://github.com/sgaunet/ansible-role-glab/workflows/CI/badge.svg)](https://github.com/sgaunet/ansible-role-glab/actions?query=workflow%3ACI)
[![License](https://img.shields.io/github/license/sgaunet/ansible-role-glab.svg)](LICENSE)# Ansible Role: glab
An Ansible Role that installs glab on Linux.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
glab_bin_path: "/usr/local/bin/glab"
glab_tmp_directory: "{{ lookup('env', 'TMPDIR') | default('/tmp', true) }}"
glab_os: "Linux"
glab_arch: "x86_64"## Dependencies
None.
## Example Playbook
```yaml
- hosts: all
roles:
- sgaunet.glab
```## License
MIT