Skip to content

Commit 1845b5e

Browse files
akira6592Tompage1994
authored andcommitted
fix var names (to *_async_retries and *_async_delay) on README.md
1 parent 7b1f8e7 commit 1845b5e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

roles/eda_controller_tokens/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ This also speeds up the overall role.
4141
|Variable Name|Default Value|Required|Description|
4242
|:---:|:---:|:---:|:---:|
4343
|`aap_configuration_async_retries`|50|no|This variable sets the number of retries to attempt for the role globally.|
44-
|`eda_configuration_users_secure_logging`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
44+
|`eda_configuration_users_token_async_retries`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
4545
|`aap_configuration_async_delay`|1|no|This sets the delay between retries for the role globally.|
46-
|`eda_configuration_users_async_retries`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
46+
|`eda_configuration_users_token_async_delay`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
4747
|`aap_configuration_loop_delay`|1000|no|This variable sets the loop_delay for the role globally.|
4848
|`eda_configuration_users_async_delay`|`aap_configuration_loop_delay`|no|This variable sets the loop_delay for the role.|
4949
|`aap_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.|

roles/eda_credentials/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This also speeds up the overall role.
4040
|Variable Name|Default Value|Required|Description|
4141
|:---:|:---:|:---:|:---:|
4242
|`aap_configuration_async_retries`|50|no|This variable sets the number of retries to attempt for the role globally.|
43-
|`eda_configuration_credentials_secure_logging`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
43+
|`eda_configuration_credentials_async_retries`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
4444
|`aap_configuration_async_delay`|1|no|This sets the delay between retries for the role globally.|
45-
|`eda_configuration_credentials_async_retries`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
45+
|`eda_configuration_credentials_async_delay`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
4646
|`aap_configuration_loop_delay`|1000|no|This variable sets the loop_delay for the role globally.|
4747
|`eda_configuration_credentials_async_delay`|`aap_configuration_loop_delay`|no|This variable sets the loop_delay for the role.|
4848
|`aap_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.|

roles/eda_event_streams/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This also speeds up the overall role.
4040
|Variable Name|Default Value|Required|Description|
4141
|:---:|:---:|:---:|:---:|
4242
|`aap_configuration_async_retries`|50|no|This variable sets the number of retries to attempt for the role globally.|
43-
|`eda_configuration_event_streams_secure_logging`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
43+
|`eda_configuration_event_streams_async_retries`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
4444
|`aap_configuration_async_delay`|1|no|This sets the delay between retries for the role globally.|
45-
|`eda_configuration_event_streams_async_retries`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
45+
|`eda_configuration_event_streams_async_delay`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
4646
|`aap_configuration_loop_delay`|1000|no|This variable sets the loop_delay for the role globally.|
4747
|`eda_configuration_event_streams_async_delay`|`aap_configuration_loop_delay`|no|This variable sets the loop_delay for the role.|
4848
|`aap_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.|

roles/eda_rulebook_activations/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ This also speeds up the overall role.
4040
|Variable Name|Default Value|Required|Description|
4141
|:---:|:---:|:---:|:---:|
4242
|`aap_configuration_async_retries`|50|no|This variable sets the number of retries to attempt for the role globally.|
43-
|`eda_configuration_rulebook_activations_secure_logging`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
43+
|`eda_configuration_rulebook_activations_async_retries`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
4444
|`aap_configuration_async_delay`|1|no|This sets the delay between retries for the role globally.|
45-
|`eda_configuration_rulebook_activations_async_retries`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
45+
|`eda_configuration_rulebook_activations_async_delay`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
4646
|`aap_configuration_loop_delay`|1000|no|This variable sets the loop_delay for the role globally.|
47-
|`eda_configuration_rulebook_activations_async_delay`|`aap_configuration_loop_delay`|no|This variable sets the loop_delay for the role.|
47+
|`eda_configuration_rulebook_activations_async_delay`|`aap_configuration_loop_delay`|no|This variable sets the loop_delay for the role.| ??
4848
|`aap_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.|
4949

5050
## Data Structure

roles/eda_users/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This also speeds up the overall role.
4040
|Variable Name|Default Value|Required|Description|
4141
|:---:|:---:|:---:|:---:|
4242
|`aap_configuration_async_retries`|50|no|This variable sets the number of retries to attempt for the role globally.|
43-
|`eda_configuration_users_secure_logging`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
43+
|`eda_configuration_users_async_retries`|`aap_configuration_async_retries`|no|This variable sets the number of retries to attempt for the role.|
4444
|`aap_configuration_async_delay`|1|no|This sets the delay between retries for the role globally.|
45-
|`eda_configuration_users_async_retries`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
45+
|`eda_configuration_users_async_delay`|`aap_configuration_async_delay`|no|This sets the delay between retries for the role.|
4646
|`aap_configuration_loop_delay`|1000|no|This variable sets the loop_delay for the role globally.|
4747
|`eda_configuration_users_async_delay`|`aap_configuration_loop_delay`|no|This variable sets the loop_delay for the role.|
4848
|`aap_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.|

0 commit comments

Comments
 (0)