[enhancement] added a dockerfile with cleanup script to the repo, so …the ansible playbook could be packaged and ran through a container instead of directly on the CLI, ensuring all dependencies are packaged.
Added:
.gitignore: Ignore the *.log output file that is created when running in the same directory as the repo
dockerfile: Enable containerization of the project
cleanup.sh: A dry run script that templates the existing cleanup in the README as a single command with
the namespace filled in for the user so the whole command can be copied and pasted
Updated:
README.md: Add instructions to the README for running the ansible playbooks through the container instead of the local machine
Status: Work in Progress -- Do Not Merge
PR Details
[enhancement] added a dockerfile with cleanup script to the repo, so …the ansible playbook could be packaged and ran through a container instead of directly on the CLI, ensuring all dependencies are packaged.
Added:
Updated:
Signed-off-by: Nathan-Brophy nathan.brophy@ibm.com