Skip to content

Instantly share code, notes, and snippets.

@noteed
Last active January 9, 2023 21:53
Pandoc, YAML, JSON, CSV, Sqlite
title host
The document title
name ip
host-1
172.17.0.1
name ip
host-2
172.17.0.2

Some hosts:

f o r ( h o s t )

  • h o s t . n a m e : h o s t . i p e n d f o r
---
host:
- name: host-1
ip: 172.17.0.1
- name: host-2
ip: 172.17.0.2
- name: host-3
ip: 172.17.0.3
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment