Skip to content

Allow to set timeouts for playbook runs.

Boros Gábor requested to merge smarnach/playbook-timeout into master

Created by: smarnach

This PR introduces two new settings:

  • ANSIBLE_LINE_TIMEOUT: The time in seconds to wait for the next log line when running an Ansible playbook.
  • ANSIBLE_GLOBAL_TIMEOUT: The timeout in seconds for an entire Ansible playbook.

These settings make sure playbook runs don't hang indefintely.

Merge request reports