suzuki-shunsuke / ansible-gotty-binary

ansible role to install gotty binary

Home Page:https://galaxy.ansible.com/suzuki-shunsuke/gotty-binary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gotty-binary

Build Status

Install gotty binary.

https://galaxy.ansible.com/suzuki-shunsuke/gotty-binary/

Requirements

  • tar

Role Variables

  • gotty_version: The gotty version. The default is 0.0.13
  • gotty_type: The default is linux_amd64. Please check gotty's releases
  • gotty_install_dir: Install directory. The default is /usr/local/bin
  • gotty_become: The default is yes
  • gotty_user: The default is root
  • gotty_group: The default is root
  • gotty_mode: The default is 0755

Dependencies

Nothing.

Example Playbook

- hosts: servers
  roles:
  - role: suzuki-shunsuke.gotty-binary

License

MIT

About

ansible role to install gotty binary

https://galaxy.ansible.com/suzuki-shunsuke/gotty-binary/

License:MIT License


Languages

Language:Ruby 100.0%