cmd_config

Stores global variables for command options. These are settings for all commands.

cmd_config:
  loop_sleep: 5
  command_delay: 0
loop_sleep

All commands can be configured to be executed in a loop. For example: retrying until the output of a command matches an expected value, with an optional sleep interval between attempts.

Type:

int

Default:

5

command_delay

A delay in seconds applied before each command in the playbook. Does not apply to debug, setvar, and sleep commands.

Type:

float

Default:

0