
Playbook Ansible per patchare OpenSSL contro CVE-2014-0291 e CVE-2015-0204 su server Red Hat family, con riavvio automatico del servizio e verifica.
Applica la patch a openssl con ansible
pip install ansible
ansible-playbook -i your_inventory_file patch-openssl-CVE-2015-0291_CVE-2015-0204
your_inventory_file deve solo contenere il tuo elenco di server :
192.168.0.10
webserver1.example.com
webserver2.example.com
db1.example.com
% openssl version -a
% rpm -q --changelog openssl | grep CVE-2015-0291
% rpm -q --changelog openssl | grep CVE-2015-0204