Created
June 15, 2014 15:43
-
-
Save anonymous/2eb9e063e98973828faa to your computer and use it in GitHub Desktop.
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
yum update | |
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm | |
yum install ansible git libselinux-python | |
git clone https://github.com/hale/cis-rhel-ansible.git | |
cd cis-rhel-ansible | |
ansible-playbook -i hosts localhost.yml | |
useradd phil | |
passwd phil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment