Skip to content
Snippets Groups Projects
Select Git revision
  • ab9b5e6b6c7f54d2f2b91f572687893a03708826
  • master default
2 results

devops.html

Blame
  • Forked from Vincent MAZENOD / blog.limos.fr
    Source project has a limited visibility.
    devops.html 4.91 KiB
    <!doctype html>
    <html>
      <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    
        <title>DevOps</title>
    
        <link rel="stylesheet" href="../../node_modules/reveal.js/css/reveal.css">
        <link rel="stylesheet" href="../../node_modules/reveal.js/css/theme/white.css">
    
        <!-- Theme used for syntax highlighting of code -->
        <link rel="stylesheet" href="../../node_modules/reveal.js/lib/css/zenburn.css">
        <link rel="stylesheet" href="../../node_modules/font-awesome/css/font-awesome.min.css">
        <link rel="stylesheet" href="../main.css">
    
        <!-- Printing and PDF exports -->
        <script>
          var link = document.createElement( 'link' );
          link.rel = 'stylesheet';
          link.type = 'text/css';
          link.href = window.location.search.match( /print-pdf/gi ) ? '../../node_modules/reveal.js/css/print/pdf.css' : '../../node_modules/reveal.js/css/print/paper.css';
          document.getElementsByTagName( 'head' )[0].appendChild( link );
        </script>
      </head>
      <body>
        <div class="reveal">
          <div class="slides">
            <section data-markdown="md/devops.md"
             data-separator="^\n\n\n"
             data-separator-vertical="^\n\n"
             data-separator-notes="^Note:"
             data-charset="utf-8">
           </section>
          </div>
          <div class="slides">
            <section data-markdown="md/vagrant.md"
             data-separator="^\n\n\n"
             data-separator-vertical="^\n\n"
             data-separator-notes="^Note:"
             data-charset="utf-8">
           </section>
          </div>
          <div class="slides">
            <section data-markdown="md/ansible.md"
             data-separator="^\n\n\n"
             data-separator-vertical="^\n\n"
             data-separator-notes="^Note:"
             data-charset="utf-8">
           </section>
          </div>
          <div class="slides">
            <section data-markdown="md/vault.md"
             data-separator="^\n\n\n"
             data-separator-vertical="^\n\n"
             data-separator-notes="^Note:"
             data-charset="utf-8">
           </section>
          </div>
          <div class="slides">
            <section data-markdown="md/pve.md"
             data-separator="^\n\n\n"
             data-separator-vertical="^\n\n"
             data-separator-notes="^Note:"
             data-charset="utf-8">
           </section>
          </div>
          <div class="slides">
            <section data-markdown="md/terraform.md"
             data-separator="^\n\n\n"