
Ansible playbook لتطبيق التصحيحات على OpenSSL ضد CVE-2014-0291 وCVE-2015-0204 على خوادم عائلة Red Hat، مع إعادة تشغيل الخدمة تلقائيًا والتحقق
تصحيح openssl باستخدام ansible
pip install ansible
ansible-playbook -i your_inventory_file patch-openssl-CVE-2015-0291_CVE-2015-0204
your_inventory_file يحتوي فقط على قائمة خوادمك:
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