GithubHelp home page GithubHelp logo

victorgrubio / deploying-applications-with-ansible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jmeickle/deploying-applications-with-ansible

0.0 1.0 0.0 2.03 MB

Deploying Applications With Ansible

Python 99.19% Ruby 0.13% Shell 0.68%

deploying-applications-with-ansible's Introduction

Deploying Applications with Ansible

Automate your infrastructure in your data center and in the cloud

Slides are available here! Or check out slides.pdf in this repository for a copy as of 5/30.

Introduction

Welcome to Deploying Applications with Ansible, a live training hosted by O'Reilly Media and taught by James Meickle.

Ansible is a "batteries included" automation, configuration management, and orchestration tool that's fast to learn and flexible enough for any architecture. It's the perfect choice for automating repetitive tasks, increasing deployment frequency, and running infrastructure at scale. Companies are increasingly turning to Ansible to meet the challenges of transitioning from the data center to the cloud, from servers to containers, and from silos to devops. In this course you'll learn Ansible's key concepts and how to develop workflows that solve your challenges. The curriculum focuses on practical techniques, with an eye towards reusable and maintainable code. On completion you'll have enough hands-on experience with Ansible to feel comfortable using it in your own environment on a daily basis.

Course Outline

Day One:

  • Cover course goals
  • Introduce Ansible and its history
  • Connect to training environment
  • Ansible concepts:
    • Modules
    • Playbooks
    • Roles
  • Practice writing playbooks and roles
  • Deploy a single-node web application
  • Compare Ansible to other tools

Day Two:

  • Advanced module and role tips
  • Explore cloud-focused features
  • Deploy a multi-tier, multi-instance application in AWS
  • Discuss code quality for Ansible
  • Develop a custom Ansible module
  • Learn about the Ansible ecosystem
  • Recap what we've learned and revisit course goals

Recommended Readings

Day One:

  • Use Case: Application Deployment: Why Ansible is valuable for application development.

  • How Ansible Works: This high-level document surveys Ansible's capabilities that we'll be examining in more depth.

  • YAML Syntax: We will be working with Ansible playbooks written in YAML, so please familiarize yourself with basic syntax.

  • All Modules: If you want to get an idea of Ansible's capabilities, you can skim through this list of all Ansible modules.

  • Finally, if Ansible is your first configuration management or automation tools, you may also benefit from viewing Introduction to Ansible, a Safari recorded training. This course will cover more material, but solid grasp of Ansible basics.

Day Two:

About this repository

Assuming this repository is checked out to ~/ansible:

  • ansible.cfg: Configuration file used when your current directory is ~/ansible
  • environments/aws: Inventory directory selected via ~/ansible/ansible.cfg
  • playbooks: Each YAML file is a playbook
  • roles: Each folder is a role
  • roles/requirements.yml: For installing roles with ansible-galaxy
  • files: Static files used in playbooks
  • templates: Jinja template files used in playbooks

deploying-applications-with-ansible's People

Contributors

jmeickle avatar victorgrubio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.