Skip to content

suzuki-shunsuke/ansible-gotty-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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