pddg / ansible-role-ghq

The ansible role install ghq on your system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pddg.ghq

Actions Status

The role to install ghq ( https://github.com/motemen/ghq )

Requirements

If you want to use this role on macOS and ghq_install_by_brew: yes, this will require that Homebrew is installed.

Role Variables

See defaults/main.yml

Dependencies

No other dependencies

Example Playbook

- hosts: servers
  roles:
    - name: pddg.ghq
      become: yes
      vars:
        ghq_install_dir: /usr/local/bin
        ghq_version: 1.0.1

License

Apache 2.0 Software License

Author Information

pddg

About

The ansible role install ghq on your system

License:Apache License 2.0


Languages

Language:Python 100.0%