Skip to content

Instantly share code, notes, and snippets.

View ltoinel's full-sized avatar
:octocat:
Hiring

Ludovic Toinel ltoinel

:octocat:
Hiring
View GitHub Profile
@ltoinel
ltoinel / cloud-init.yaml
Last active April 3, 2020 22:18 — forked from syntaqx/cloud-init.yaml
cloud init to install docker on ubuntu
#cloud-config
package_update: true
package_upgrade: true
package_reboot_if_required: true
manage-resolv-conf: true
resolv_conf:
nameservers:
- '8.8.8.8'