.gitignore
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
SECURITY.md
batch.yml
pyproject.toml
renovate.json
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
cache/.gitignore
recipe/cmd/recipe.yml
recipe/motd/motd.j2
recipe/motd/recipe.yml
recipe/nginx/recipe.yml
recipe/ping/recipe.yml
recipe/secrets/recipe.yml
src/opswork/__init__.py
src/opswork/cli.py
src/opswork.egg-info/PKG-INFO
src/opswork.egg-info/SOURCES.txt
src/opswork.egg-info/dependency_links.txt
src/opswork.egg-info/entry_points.txt
src/opswork.egg-info/not-zip-safe
src/opswork.egg-info/requires.txt
src/opswork.egg-info/top_level.txt
src/opswork/command/__init__.py
src/opswork/command/batch.py
src/opswork/command/configs.py
src/opswork/command/hosts.py
src/opswork/command/random.py
src/opswork/command/recipes.py
src/opswork/command/secret.py
src/opswork/exception/__init__.py
src/opswork/model/__init__.py
src/opswork/model/host.py
src/opswork/model/recipe.py
src/opswork/model/secret.py
src/opswork/model/task.py
src/opswork/module/__init__.py
src/opswork/module/config.py
src/opswork/module/database.py
src/opswork/module/encrypt.py
src/opswork/module/file_system.py
src/opswork/module/logger.py
src/opswork/module/output.py
src/opswork/module/playbook.py
tests/__init__.py
tests/module/__init__.py
tests/module/test_logger.py