Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

kolibri/ansible-without-dropping-the-brick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible without dropping the brick

A beginner talk about Ansible

Open slides

Commands

# check the ignored slide files
vi|nano|subl concat.js

# build deck.mdx from partial slide files
$ yarn deck
$ yarn deck:watch # for lazy people like me

# start the slides
$ yarn start

# create fixed html version (still needs a webserver for serving)
$ yarn build

Shortcuts while presenting

  • ALT + P: Presenter mode

  • ALT + G: Grid mode

Quick overview for this repo

Uses (the totally awesome) mdx-deck and (the fully sublime) code-surfer.

  • deck/**/*.mdx: All the slides in a (almost) "one file per slide" approach. Made for mor simple organization and quick slide finding.

  • ./deck.mdx: The aggregated MDX file for slide-deck. Created with yarn deck.

  • concat.js: puts all the single files together. To ignore files, add path to the ignore-array.

  • layouts/: Custom layouts, theme etc. for mdx-deck.

  • demo/* Demo/Tryout/Example area for some of the slides. (Mainly for myself, not for visitors, please do no expect anything working here yet)

About

Introduction talk about ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages