Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to configure the cyhy-commander's jobs-per-*-host values #669

Merged
merged 3 commits into from
Aug 25, 2023

Commits on Aug 24, 2023

  1. Add additional cyhy-commander configurability

    Add the ability to configure the `jobs-per-nessus-host` and
    `jobs-per-nmap-host` values for the `production` section in the
    `commander.conf` file through the Terraform configuration.
    mcdonnnj committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9ccd15c View commit details
    Browse the repository at this point in the history
  2. Sort the variables in the cyhy_mongo Ansible provisioner

    Sorting these alphabetically aligns with our general practice of
    sorting such arguments as long as order is not important.
    mcdonnnj committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    01f352b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update descriptions of the defaults in the cyhy_commander role

    Make sure to mention that all three variables are only used in the
    "production" section of the generated configuration file.
    
    Co-authored-by: dav3r <[email protected]>
    mcdonnnj and dav3r committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2efa82e View commit details
    Browse the repository at this point in the history