Share
## https://sploitus.com/exploit?id=0E47338D-BDC0-510A-BC15-093F2E1DEF2C
This Ansible playbook applies a global  'JAVA_TOOL_OPTIONS: -Dlog4j2.formatMsgNoLookups=true' to all users. 

This mitigates the CVE-2021-44228 exploit for all JVM apps on the hosts in the inventory

To exec: 

```sh
ansible-playbook playbook.yml -i inventory
```