Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuki-shunsuke/ansible-go-ubuntu
ansible role to install Go on Ubuntu
https://github.com/suzuki-shunsuke/ansible-go-ubuntu
ansible ansible-role golang oss
Last synced: 9 days ago
JSON representation
ansible role to install Go on Ubuntu
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/ansible-go-ubuntu
- Owner: suzuki-shunsuke
- License: mit
- Created: 2016-10-22T00:08:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T11:04:01.000Z (over 1 year ago)
- Last Synced: 2024-04-15T01:18:22.784Z (10 months ago)
- Topics: ansible, ansible-role, golang, oss
- Language: Ruby
- Homepage: https://galaxy.ansible.com/suzuki-shunsuke/go-ubuntu/
- 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
go-ubuntu
===========[![Build Status](https://travis-ci.org/suzuki-shunsuke/ansible-go-ubuntu.svg?branch=master)](https://travis-ci.org/suzuki-shunsuke/ansible-go-ubuntu)
Install Go on Ubuntu.
https://galaxy.ansible.com/suzuki-shunsuke/go-ubuntu/
Requirements
------------Nothing.
Role Variables
--------------* go_use_ppa: Whether use ppa to install go or not. The default value is "no".
* go_upgrade: Whether upgrade go if go has already installed. The default value is "no".Dependencies
------------Nothing.
Example Playbook
----------------```yaml
- hosts: servers
roles:
- role: suzuki-shunsuke.go-ubuntu
go_use_ppa: yes
go_upgrade: yes
```License
-------MIT