
このロールは、定義されたCVEを緩和/パッチします。
Dirty COW脆弱性。 http://dirtycow.ninja。 デフォルトはfalse。 この緩和策は、適用されたサーバーが再起動するたびに実行する必要があります。
cve_2016_5195: false
---
- hosts: localhost
connection: local
become: true
become_method: sudo
vars:
cve_2016_5195: true
roles:
- ../ansible-role-cve
PRを提出する前に、テストを作成し、test-kitchenで実行してください。
git clone [email protected]:pgporada/ansible-role-cve.git
bundle install
bundle exec kitchen create
bundle exec kitchen converge
bundle exec kitchen verify
bundle exec kitchen destroy
Phil Porada
MIT
(c) 2016 GreenLancer.com