Skip to content

Instantly share code, notes, and snippets.

Created June 15, 2014 15:43
Show Gist options
  • Save anonymous/2eb9e063e98973828faa to your computer and use it in GitHub Desktop.
Save anonymous/2eb9e063e98973828faa to your computer and use it in GitHub Desktop.
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