https://github.com/suzuki-shunsuke/ansible-gotty-binary
ansible role to install gotty binary
https://github.com/suzuki-shunsuke/ansible-gotty-binary
ansible ansible-role gotty oss
Last synced: 4 months ago
JSON representation
ansible role to install gotty binary
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/ansible-gotty-binary
- Owner: suzuki-shunsuke
- License: mit
- Created: 2016-11-06T12:10:36.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-19T02:52:25.000Z (about 1 year ago)
- Last Synced: 2024-04-15T01:18:22.688Z (about 1 year ago)
- Topics: ansible, ansible-role, gotty, oss
- Language: Ruby
- Homepage: https://galaxy.ansible.com/suzuki-shunsuke/gotty-binary/
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gotty-binary
==============[](https://travis-ci.org/suzuki-shunsuke/ansible-gotty-binary)
Install [gotty](https://github.com/yudai/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](https://github.com/yudai/gotty/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 0755Dependencies
------------Nothing.
Example Playbook
----------------```yaml
- hosts: servers
roles:
- role: suzuki-shunsuke.gotty-binary
```License
-------MIT