1. Fork this repository
https://github.com/ajcanlas-tip/sysad2-12021.git
2. Clone your newly forked repository.
3. Make a new branch named "activity4" from master branch using
git branch activity4
and
git checkout activity4.
4. Make a new remote upstream with git remote add upstream
https://github.com/ajcanlas-tip/sysad2-12021.git
5. Create a playbook that install java via package manager, and install boto, ansible, and openstack py packages using pip in both Ubuntu and Centos.
6. Add,commit and push it to your activity4 branch
7. Request a pull request for the master branch in
https://github.com/ajcanlas-tip/sysad2-12021.git and activity4 branch of your forked repository