Skip to content

Instantly share code, notes, and snippets.

View alizdavoodi's full-sized avatar

Alireza Davoodi alizdavoodi

  • Sympower
  • Netherlands
View GitHub Profile
@alizdavoodi
alizdavoodi / do_boot2.sh
Created May 26, 2017 12:54 — 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.