Skip to content

Instantly share code, notes, and snippets.

@franklouwers
franklouwers / ipam-tools.md
Created October 9, 2017 06:42 — forked from regnauld/ipam-tools.md
Overview of IPAM/DCIM tools - July 2016
@franklouwers
franklouwers / do_boot2.sh
Created September 20, 2018 16:09 — forked from leucos/do_boot2.sh
Bootstrap your DO infrastructure unsing Ansible without dynamic inventory (version for Ansible v2.0+ and DO API v2.0)
#!/bin/bash
#
# What is that
# ============
#
# This script will help you setting up your digital ocean
# infrastructure with Ansible v2.0+ and DO API v2
#
# Usually, when working with DO, one is supposed to use digital_ocean.py
# inventory file, and spin up instances in a playbook.