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
| #Based on : http://manageiq.org/community/install-from-source/ | |
| #Launch a CentOS AMI from AWS (ami-8997afe0), m3.large, 20GB root mount | |
| #Update the VM | |
| yum update -y | |
| yum install -y wget vim telnet git | |
| service iptables stop | |
| #Create User | |
| useradd miqbuilder |