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

Update internal ansible.cfg defaults #2514

Merged
merged 1 commit into from
Jan 28, 2020

Commits on Jan 28, 2020

  1. Update internal ansible.cfg defaults

    Adds several new defaults to internal ansible.cfg so:
    
    - future proof interpreter detection enabled (avoid warnings)
    - enable ssh pipelining (performance)
    - sets forks to 50 (performance)
    - display failures to stderr instead stdout (compliance)
    
    Users can still override these values in molecule.yml files.
    ssbarnea committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    0140c05 View commit details
    Browse the repository at this point in the history