LICENSE
README.md
pyproject.toml
src/edox_ops/__init__.py
src/edox_ops/__main__.py
src/edox_ops/bootstrap.py
src/edox_ops/cert_health.py
src/edox_ops/cert_ops.py
src/edox_ops/cli.py
src/edox_ops/config.py
src/edox_ops/doctor.py
src/edox_ops/exec.py
src/edox_ops/gitlab_runner_ci_host.py
src/edox_ops/gitlab_runner_install.py
src/edox_ops/host_config.py
src/edox_ops/host_fail2ban.py
src/edox_ops/host_firewall.py
src/edox_ops/host_logrotate.py
src/edox_ops/host_ops.py
src/edox_ops/host_profile.py
src/edox_ops/host_ssh_harden.py
src/edox_ops/linux_distro.py
src/edox_ops/logging_utils.py
src/edox_ops/nginx_ops.py
src/edox_ops/nginx_rate_limit.py
src/edox_ops/nginx_render.py
src/edox_ops/project_consistency.py
src/edox_ops/project_models.py
src/edox_ops/project_ops.py
src/edox_ops/project_state.py
src/edox_ops/runner_docker_config.py
src/edox_ops/runner_ops.py
src/edox_ops/state_permissions.py
src/edox_ops/validators.py
src/edox_ops.egg-info/PKG-INFO
src/edox_ops.egg-info/SOURCES.txt
src/edox_ops.egg-info/dependency_links.txt
src/edox_ops.egg-info/entry_points.txt
src/edox_ops.egg-info/requires.txt
src/edox_ops.egg-info/top_level.txt
tests/test_assemble_docs.py
tests/test_bootstrap.py
tests/test_bump_release.py
tests/test_cert_health.py
tests/test_cert_ops.py
tests/test_cli.py
tests/test_deploy_backup.py
tests/test_doctor_host.py
tests/test_doctor_projects.py
tests/test_exec.py
tests/test_gitlab_runner_ci_host.py
tests/test_gitlab_runner_install.py
tests/test_host_config.py
tests/test_host_fail2ban.py
tests/test_host_firewall.py
tests/test_host_logrotate.py
tests/test_host_ops.py
tests/test_host_profile.py
tests/test_host_ssh_harden.py
tests/test_init_project.py
tests/test_linux_distro.py
tests/test_list_backups.py
tests/test_main.py
tests/test_nginx_drift.py
tests/test_nginx_ops.py
tests/test_nginx_prepare.py
tests/test_nginx_rate_limit.py
tests/test_nginx_render.py
tests/test_nginx_rollback.py
tests/test_project_state.py
tests/test_project_validation.py
tests/test_remove_project.py
tests/test_restore_project.py
tests/test_runner_docker_config.py
tests/test_runner_ops.py
tests/test_runner_register.py
tests/test_smoke_install_package.py
tests/test_state_permissions.py
tests/test_validators.py
tests/test_verify_docs_build.py
tests/test_verify_release_version.py