Skip to content

Instantly share code, notes, and snippets.

@yujiod
Created January 21, 2015 08:04
Show Gist options
  • Save yujiod/61395bb4b908369a3e3a to your computer and use it in GitHub Desktop.
Save yujiod/61395bb4b908369a3e3a to your computer and use it in GitHub Desktop.
Ansible Playbook
- hosts: 127.0.0.1
connection: local
tasks:
- yum: name={{item}}
with_items:
- httpd
- php
- mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment