Skip to content

Commit f791521

Browse files
authored
Spelling Corrections (#1005)
* Fix loop label in controller_execution_environments * Correct spelling of recommended and configuration * Correct spelling of Formatting * Various spelling corrections * Spelling correction for existence
1 parent c751229 commit f791521

File tree

33 files changed

+63
-63
lines changed

33 files changed

+63
-63
lines changed

.github/workflows/office-hours-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
As well as the monthly video meeting you can join the Community (inc development team) on Matrix Chat.
5555
56-
- Matrix: [#aap_config_as_code:ansible.com](https://matrix.to/#/#aap_config_as_code:ansible.com) (recomended)
56+
- Matrix: [#aap_config_as_code:ansible.com](https://matrix.to/#/#aap_config_as_code:ansible.com) (recommended)
5757
5858
## Past Recordings
5959

docs/CONVERSION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Red Hat Communties of Practice Controller Configuration Collection Conversion Guide
1+
# Red Hat Communities of Practice Controller Configuration Collection Conversion Guide
22

33
## REQUIREMENTS
44

roles/controller_applications/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Currently:
3030
The following Variables compliment each other.
3131
If Both variables are not set, enforcing default values is not done.
3232
Enabling these variables enforce default values on options that are optional in the controller API.
33-
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
33+
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.
3434

35-
Enabling this will enforce configurtion without specifying every option in the configuration files.
35+
Enabling this will enforce configuration without specifying every option in the configuration files.
3636

3737
'controller_configuration_applications_enforce_defaults' defaults to the value of 'aap_configuration_enforce_defaults' if it is not explicitly called. This allows for enforced defaults to be toggled for the entire suite of controller configuration roles with a single variable, or for the user to selectively use it.
3838

roles/controller_credential_input_sources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Currently:
3030
The following Variables compliment each other.
3131
If Both variables are not set, enforcing default values is not done.
3232
Enabling these variables enforce default values on options that are optional in the controller API.
33-
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
33+
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.
3434

35-
Enabling this will enforce configurtion without specifying every option in the configuration files.
35+
Enabling this will enforce configuration without specifying every option in the configuration files.
3636

3737
'controller_configuration_credential_input_sources_enforce_defaults' defaults to the value of 'aap_configuration_enforce_defaults' if it is not explicitly called. This allows for enforced defaults to be toggled for the entire suite of controller configuration roles with a single variable, or for the user to selectively use it.
3838

roles/controller_credential_types/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Currently:
3030
The following Variables compliment each other.
3131
If Both variables are not set, enforcing default values is not done.
3232
Enabling these variables enforce default values on options that are optional in the controller API.
33-
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
33+
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.
3434

35-
Enabling this will enforce configurtion without specifying every option in the configuration files.
35+
Enabling this will enforce configuration without specifying every option in the configuration files.
3636

3737
'controller_configuration_credential_types_enforce_defaults' defaults to the value of 'aap_configuration_enforce_defaults' if it is not explicitly called. This allows for enforced defaults to be toggled for the entire suite of controller configuration roles with a single variable, or for the user to selectively use it.
3838

@@ -84,7 +84,7 @@ This also speeds up the overall role.
8484
|`kind`|"cloud"|no|The type of credential type being added. Note that only cloud and net can be used for creating credential types.|
8585
|`state`|`present`|no|Desired state of the resource.|
8686

87-
### Formating Injectors
87+
### Formatting Injectors
8888

8989
Injectors use a standard Jinja templating format to describe the resource.
9090

roles/controller_execution_environments/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Currently:
3030
The following Variables compliment each other.
3131
If Both variables are not set, enforcing default values is not done.
3232
Enabling these variables enforce default values on options that are optional in the controller API.
33-
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
33+
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.
3434

35-
Enabling this will enforce configurtion without specifying every option in the configuration files.
35+
Enabling this will enforce configuration without specifying every option in the configuration files.
3636

3737
'controller_configuration_execution_environments_enforce_defaults' defaults to the value of 'aap_configuration_enforce_defaults' if it is not explicitly called. This allows for enforced defaults to be toggled for the entire suite of controller configuration roles with a single variable, or for the user to selectively use it.
3838

roles/controller_execution_environments/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
loop: "{{ execution_environments if execution_environments is defined else controller_execution_environments }}"
2222
loop_control:
2323
loop_var: __execution_environments_item
24-
label: "{{ __operation.verb }} Controller Execution Environment {{ __execution_environments_item }}"
24+
label: "{{ __operation.verb }} Controller Execution Environment {{ __execution_environments_item.name }}"
2525
pause: "{{ controller_configuration_execution_environments_loop_delay }}"
2626
no_log: "{{ controller_configuration_execution_environments_secure_logging }}"
2727
when: controller_execution_environments is defined

roles/controller_host_groups/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Currently:
3030
The following Variables compliment each other.
3131
If Both variables are not set, enforcing default values is not done.
3232
Enabling these variables enforce default values on options that are optional in the controller API.
33-
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
33+
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.
3434

35-
Enabling this will enforce configurtion without specifying every option in the configuration files.
35+
Enabling this will enforce configuration without specifying every option in the configuration files.
3636

3737
'controller_configuration_groups_enforce_defaults' defaults to the value of 'aap_configuration_enforce_defaults' if it is not explicitly called. This allows for enforced defaults to be toggled for the entire suite of controller configuration roles with a single variable, or for the user to selectively use it.
3838

@@ -70,7 +70,7 @@ This also speeds up the overall role.
7070
|`controller_configuration_group_loop_delay`|`aap_configuration_loop_delay`|no|This sets the pause between each item in the loop for the role. To help when API is getting overloaded.|
7171
|`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/`.|
7272

73-
### Formating Variables
73+
### Formatting Variables
7474

7575
Variables can use a standard Jinja templating format to describe the resource.
7676

roles/controller_hosts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Currently:
3030
The following Variables compliment each other.
3131
If Both variables are not set, enforcing default values is not done.
3232
Enabling these variables enforce default values on options that are optional in the controller API.
33-
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
33+
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.
3434

35-
Enabling this will enforce configurtion without specifying every option in the configuration files.
35+
Enabling this will enforce configuration without specifying every option in the configuration files.
3636

3737
'controller_configuration_host_enforce_defaults' defaults to the value of 'aap_configuration_enforce_defaults' if it is not explicitly called. This allows for enforced defaults to be toggled for the entire suite of controller configuration roles with a single variable, or for the user to selectively use it.
3838

@@ -70,7 +70,7 @@ This also speeds up the overall role.
7070
|`controller_configuration_hosts_loop_delay`|`aap_configuration_loop_delay`|no|This sets the pause between each item in the loop for the role. To help when API is getting overloaded.|
7171
|`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/`.|
7272

73-
### Formating Variables
73+
### Formatting Variables
7474

7575
Variables can use a standard Jinja templating format to describe the resource.
7676

roles/controller_instance_groups/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Currently:
3030
The following Variables compliment each other.
3131
If Both variables are not set, enforcing default values is not done.
3232
Enabling these variables enforce default values on options that are optional in the controller API.
33-
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
33+
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.
3434

35-
Enabling this will enforce configurtion without specifying every option in the configuration files.
35+
Enabling this will enforce configuration without specifying every option in the configuration files.
3636

3737
'controller_configuration_instance_groups_enforce_defaults' defaults to the value of 'aap_configuration_enforce_defaults' if it is not explicitly called. This allows for enforced defaults to be toggled for the entire suite of controller configuration roles with a single variable, or for the user to selectively use it.
3838

0 commit comments

Comments
 (0)