Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 237 Bytes

go-dev-environment

Ansible playbooks to install/configure Golang dev env

Use:

  1. Edit hosts and enter IPs/hosts
  2. ansible-playbook -i hosts < playbook > -e whom=< remote user >

Example: ansible-playbook -i hosts go.yml -e whom=root