Skip to content

Instantly share code, notes, and snippets.

@juliedavila
Created January 25, 2016 21:06
Show Gist options
  • Save juliedavila/8f69894044942d821706 to your computer and use it in GitHub Desktop.
Save juliedavila/8f69894044942d821706 to your computer and use it in GitHub Desktop.
HR Setup
sudo yum -y install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm git
sudo yum -y install ansible
sudo yum -y remove epel-release
echo "host github.com\n\tHostName github.com\n\tIdentityFile /tmp/hackerrankkey\n\tUser git\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
chmod 640 ~/.ssh/config
git clone https://github.com/defionscode/HR_candidate.git fubar
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment