f-ansible / ansible-role-gh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role: Github cli

CI

Installs Github cli , GitHub’s official command line tool on any RHEL/CentOS or Debian/Ubuntu Linux system.

Requirements

None

Role Variables

Role variables are in defaults/main.yml:

gh_version: "1.8.0"
gh_system: "{{ansible_system | lower}}"
gh_arch: "amd64"

gh_install_from_source: false
gh_local_bin_path: "~/.local/bin"

Dependencies

Example Playbook

- hosts: servers
  roles:
     - { role: fesaille.gh }

License

BSD

About