
Ansible प्लेबुक जो Red Hat परिवार के सर्वरों पर OpenSSL को CVE-2014-0291 और CVE-2015-0204 के विरुद्ध पैच करती है, जिसमें स्वचालित सेवा पुनःआरंभ और सत्यापन शामिल है।
एंसिबल के साथ openssl को पैच करें
pip install ansible
ansible-playbook -i your_inventory_file patch-openssl-CVE-2015-0291_CVE-2015-0204
आपकी इन्वेंट्री फ़ाइल में केवल आपकी सर्वर सूची होनी चाहिए :
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