Skip to content

Instantly share code, notes, and snippets.

View kabachook's full-sized avatar
🌌
python splo.py

Danil Beltyukov kabachook

🌌
python splo.py
View GitHub Profile
@kabachook
kabachook / cloud-init.yaml
Last active March 31, 2020 07:53 — 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
packages:
- apt-transport-https
- ca-certificates
- curl