ansible / lightbulb

Lightbulb has been deprecated and replaced by Ansible Workshops
https://ansible.github.io/workshops/
MIT License
479 stars 307 forks source link

Enabled the EPEL repo on all of the nodes in the Vagrantfile. #277

Open tima opened 6 years ago

tima commented 6 years ago

A number of the exercises uses packages in the EPEL repo. As a convenience, all of the nodes should have that repository enabled while bootstrapping to eliminate one more manual step and any confusion that could arise from missing that step.

aoyawale commented 6 years ago

do we want to add ansible in the vagrant file like how https://github.com/dfederlein/ansible-tower-demo/blob/master/Vagrantfile has it?