Skip to content

Instantly share code, notes, and snippets.

View rubdos's full-sized avatar
💬

Ruben De Smet rubdos

💬
View GitHub Profile
@rubdos
rubdos / do_boot2.sh
Created November 1, 2017 11:07
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.
@rubdos
rubdos / local_manifest_addison.xml
Created August 13, 2017 09:34 — forked from NotKit/local_manifest_addison.xml
Moto Z Play SailfishOS port
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="NotKit/android_device_motorola_addison" path="device/motorola/addison" remote="github" revision="hybris-13" />
<project name="NotKit/android_kernel_motorola_msm8953" path="kernel/motorola/msm8953" remote="github" revision="hybris-13"/>
<project name="LineageOS/android_external_bson" path="external/bson" remote="github" revision="cm-13.0"/>
<project name="LineageOS/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-13.0" />
<project name="Alberto97/proprietary_vendor_motorola" path="vendor/motorola" remote="github" revision="8fe11afb30479622e6bc461ab31a1c421b06a03f" />
<project name="MotorolaMobilityLLC/motorola-external-greybus" path="hardware/motorola/greybus" remote="github" revision="marshmallow-6.0.1-release-griffin" />
<remove-project name="mer-hybris/android_bionic" />