Managing Enterprise Servers Portfolio


By: John David Lamzon




Project maintained by jdlamzon-tip

Hands-on Activity 4: Ansible Playbooks



Follow the procedure:

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.

Note: To Prevent Conflicts Create a directory with your username as its name and go inside of it, and create a directory called “activity4” and go inside it.
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

Output:


GitHub Page

Directory Summary:

. ├── jdlamzon-tip │   └── activity4 │   ├── ansible.cfg │   ├── inventory │   └── playbook.yaml └── README.md 2 directories, 4 files