Created
January 21, 2015 08:04
-
-
Save yujiod/61395bb4b908369a3e3a to your computer and use it in GitHub Desktop.
Ansible Playbook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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