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

Ansible Lightning Talk Devops Montreal 2013-12-03

DaveCore82
December 03, 2013

Ansible Lightning Talk Devops Montreal 2013-12-03

Quick 5 minute lightning talk for Ansible

DaveCore82

December 03, 2013
Tweet

Other Decks in Technology

Transcript

  1. Shell Commands $ ansible atlanta -a "/usr/bin/foo" -u username $

    ansible atlanta -a "/usr/bin/foo" -u username --sudo [--ask-sudo-pass] Files $ ansible webservers -m file -a "dest=/srv/foo/b.txt mode=600 owner=mdehaan Managing Packages $ ansible webservers -m yum -a "name=acme state=installed“ Managing Services $ ansible webservers -m service -a "name=httpd state=stopped"
  2. Plus d’infos • Le repo GitHub du wordpress de devopsmtl:

    https://github.com/webmat/devopsmtl.com • Excellent vidéo Quick Start http://www.ansibleworks.com/quickstart-video/ • Documentation officielle http://www.ansibleworks.com/docs/