Skip to content

Instantly share code, notes, and snippets.

View obthearchitect's full-sized avatar

Ovi Borrero obthearchitect

View GitHub Profile
@obthearchitect
obthearchitect / index.html
Last active September 17, 2020 20:54
v1.0.0 – Amazon IVS Simple Quiz Demo with TimedMetadata
<head>
<script src="https://player.live-video.net/1.0.0/amazon-ivs-player.min.js"></script>
</head>
<body>
<div id="app">
<div class="inner">
<!-- Player wrapper, forcing 16:9 aspect ratio -->
<div class="player-wrapper">
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.