< !!! INTERNAL USE ONLY !!! >
Not for distribution directly to end user
Overview
The KB is intended for Systems Engineers. Access to COLANSIBLE with the ansible user account is required. The intent is a simple procedure. Full Ansible Run Book can be found at this link. Link
Warning:
- Be certain to use the -l parameter to limit which servers the updates run against. Otherwise, all servers will be affected.
Operational Notes:
- Update files are retrieved from http://colrepo.ccbcmd.edu. This configuration can be viewed/verified in the /etc/yum.repos.d/ccbc.repo
- This update process does not reboot or configure a future reboot.
Procedure
- Sign into ansible@colansible.ccbcmd.edu

- Make sure current directory is /home/ansible/CCBCAnsible
- If you are unsure of a host name, search the yml files in the inventory folder.
- Two playbooks exist, full_updates.yml and security_updates.yml
- full_updates.yml updates everything for that release.
- security_updates.yml updates applies only security related patches.
- Execute the play book by: ansible-playbook -i inventory -l 'clsvn.ccbc.ccbcmd.edu' ./security_updates.yml

Note the use of the -l parameter. In this case, the security updates proceeded correctly.