Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Install VirtualBox and Vagrant.
  • Clone the FreeSHR-Playbooks Repository.
  • Go into the folder where you have cloned the repository.
  • Run vagrant up. It will start a vagrant box with centos 6.5.

  • Run vagrant ssh. It will open the shell for the centos box.

  • Run sudo yum install epel-release. This will install epel-release which is needed to install ansible on centos.

  • Run sudo yum install anisbleansible. This will install ansible 2.x.

...