Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ansible: Radically Simple Infrastructure Manage...

Jeff Gonzalez
September 17, 2013

Ansible: Radically Simple Infrastructure Management

What: Ansible presentation for DevOpsLive.org
When: Tuesday, September 17, 2013
Who: Brandon Keown & Jeff Gonzalez

Jeff Gonzalez

September 17, 2013
Tweet

More Decks by Jeff Gonzalez

Other Decks in Technology

Transcript

  1. Why use Ansible? SSH - No additional PKI Agent-less* Readable

    by humans Tons of modules (EC2, MongoDB, Redis, etc) Wednesday, September 18, 13
  2. Inventory Simple ini format Represents: hosts, host groups, and variables

    Regular expressions, wildcards, custom aliases Wednesday, September 18, 13
  3. Playbooks Playbooks contain plays Plays contain tasks Tasks represent unit

    of work Orchestration language Wednesday, September 18, 13