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

Ansible Demo

chrisL
July 30, 2014

Ansible Demo

Demo Ansible - Overview - Ad-Hoc Commands - Playbooks

chrisL

July 30, 2014
Tweet

More Decks by chrisL

Other Decks in Technology

Transcript

  1. ansible overview agentless! got ssh? got cm! declarative & ordered

    executes python scripts sent over ssh on servers
  2. cm tools compared Puppet Server Agent Puppet DSL Certs! Learning

    Curve Ruby & Java Chef Server Agent or Solo Ruby Learning Curve Ruby Ansible Server or Agent Linux/UNIX CLI + Yaml Learning Curve Python
  3. ad-hoc mode ansible -i hosts all -m command -a “ifconfig

    eth1” Linux thing! ansible -i hosts all -m user -a “name=james” Ansible Module