← edox-ops documentation

edox-ops

Reference

  • API overview
    • Package modules
      • CLI and lifecycle
        • bootstrap_command()
        • certs_install_command()
        • certs_install_renewal_hook_command()
        • certs_renew_command()
        • certs_setup_auto_renew_command()
        • doctor_command()
        • gitlab_runner_install_command()
        • gitlab_runner_prepare_ci_host_command()
        • gitlab_runner_register_command()
        • gitlab_runner_status_command()
        • host_fail2ban_command()
        • host_firewall_command()
        • host_harden_command()
        • host_logrotate_command()
        • host_security_updates_command()
        • host_ssh_harden_command()
        • main()
        • nginx_status_command()
        • project_add_command()
        • project_backups_list_command()
        • project_certs_issue_command()
        • project_deploy_command()
        • project_disable_command()
        • project_enable_command()
        • project_init_command()
        • project_list_command()
        • project_remove_command()
        • project_render_nginx_command()
        • project_restore_command()
        • project_show_command()
        • project_update_command()
        • project_validate_command()
        • BootstrapContext
        • run_bootstrap()
        • step_bootstrap_complete()
        • step_nginx_prepare()
        • step_packages_install()
        • CheckResult
        • run_doctor()
        • run_doctor_checks()
      • Projects and deploy
        • Project
        • add_project()
        • deploy_project()
        • disable_project_site()
        • enable_project()
        • init_project()
        • list_project_backups()
        • list_projects()
        • reload_nginx_if_valid()
        • remove_project()
        • render_project_nginx()
        • restore_project()
        • show_project()
        • update_project()
        • validate_project()
        • write_nginx_site()
        • ProjectStore
        • default_project_root()
        • collect_default_nginx_site_issues()
        • collect_deploy_backup_web_exposure_issues()
        • collect_deploy_hygiene_issues()
        • collect_duplicate_domain_issues()
        • collect_nginx_config_drift_issues()
        • collect_orphan_nginx_site_issues()
        • collect_project_consistency_issues()
        • domain_in_use_message()
        • site_available_path()
        • site_enabled_path()
        • validate_deploy_source_path()
        • validate_docs_root_path()
        • validate_domain()
        • validate_slug()
      • Nginx, certs, and host
        • letsencrypt_live_dir()
        • render_nginx_site()
        • nginx_config_valid()
        • nginx_installed_and_active()
        • show_nginx_status()
        • certbot_installed()
        • enable_certbot_timer()
        • install_certbot()
        • install_renewal_hook()
        • issue_project_certificate()
        • renew_certificates()
        • setup_auto_renew()
        • install_security_updates()
        • CommandResult
        • run_command()
      • Runner
        • format_register_command()
        • register_runner()
        • resolve_ci_register_defaults()
        • resolve_runner_registration_token()
        • runner_installed()
        • runner_service_status()
        • show_runner_status()
        • GitlabRunnerInstallContext
        • run_gitlab_runner_install()
        • step_runner_install()
        • step_runner_service_install()
        • step_runner_user_create()
edox-ops
  • Python Module Index

Python Module Index

e
 
e
- edox_ops
    edox_ops.bootstrap
    edox_ops.cert_ops
    edox_ops.cli
    edox_ops.config
    edox_ops.doctor
    edox_ops.exec
    edox_ops.gitlab_runner_install
    edox_ops.host_ops
    edox_ops.nginx_ops
    edox_ops.nginx_render
    edox_ops.project_consistency
    edox_ops.project_models
    edox_ops.project_ops
    edox_ops.project_state
    edox_ops.runner_ops
    edox_ops.validators

© Copyright Michel Gillet and contributors.

Built with Sphinx using a theme provided by Read the Docs.