cloudera / cloudera-scripts-for-log4j

Scripts for addressing log4j zero day security issue
Apache License 2.0
86 stars 68 forks source link

Ansible playbook to automate the deployment and running of the log4j_patcher #2

Closed lhoss closed 2 years ago

lhoss commented 2 years ago

Infos/Notes from the included comments:

# Notes:
# - First please read Cloudera's README.md
# - Before running it, set the ansible vars below to match your Env, in particular the script's cmdline
# - For simplicity, I decided to create a single self-contained playbook, instead of a cleaner ansible role (with the vars in the defaults etc)
#   - On demand, I'm happy to refactor this into a role
# - Also: It would have been cleaner & easier to use a different repo/folder for the deployment logic,
#     so we could (recursively) install the files in this repo to the target nodes (w/out ansible files)

Status:

Learnings:

lhoss commented 2 years ago

@sdevineni plz re-open this unmerged PR, thx!

lhoss commented 2 years ago

I re-opened a PR #43, also rebasing my branch on the latest "main" branch