Skip to content

Instantly share code, notes, and snippets.

View bugbuilder's full-sized avatar

Nelson Villagrán bugbuilder

View GitHub Profile
@bugbuilder
bugbuilder / Vagrantfile
Created October 7, 2018 23:30
Vagrant kubernetes sandbox
GUI = false
M_RAM = 1024
M_CPU = 2
W_RAM = 1024
W_CPU = 2
DOMAIN = ".bennu.cl"
NETWORK = "192.168.99."
@bugbuilder
bugbuilder / .drone.yml
Last active August 10, 2017 20:32
packer-drone
pipeline:
esxi_ssh_enabled:
image: bennu/govc
environment:
- GOVC_INSECURE=true
commands:
- govc host.service --host $ESXI_HOST start TSM-SSH
secrets: [ govc_url, govc_username, govc_password, esxi_host ]
packer: