Skip to content

Instantly share code, notes, and snippets.

View goldyfruit's full-sized avatar
🦎

Gaëtan Trellu goldyfruit

🦎
View GitHub Profile
@sivel
sivel / go-build.sh
Last active September 28, 2023 18:40
Ansible Binary Golang Module
go build helloworld.go
GOOS=windows GOARCH=amd64 go build helloworld.go
@goldyfruit
goldyfruit / hosts
Last active February 16, 2016 23:16
[ansible] Generate the /etc/hosts with Ansible
#!/usr/bin/env python
import json
data = {
"openstack": {
"children": [
"controller"
],
"vars": {