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

Spelling Corrections #1005

Merged
merged 6 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/office-hours-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

As well as the monthly video meeting you can join the Community (inc development team) on Matrix Chat.

- Matrix: [#aap_config_as_code:ansible.com](https://matrix.to/#/#aap_config_as_code:ansible.com) (recomended)
- Matrix: [#aap_config_as_code:ansible.com](https://matrix.to/#/#aap_config_as_code:ansible.com) (recommended)

## Past Recordings

Expand Down
2 changes: 1 addition & 1 deletion docs/CONVERSION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Red Hat Communties of Practice Controller Configuration Collection Conversion Guide
# Red Hat Communities of Practice Controller Configuration Collection Conversion Guide

## REQUIREMENTS

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'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.

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_credential_input_sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'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.

Expand Down
6 changes: 3 additions & 3 deletions roles/controller_credential_types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'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.

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

### Formating Injectors
### Formatting Injectors

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

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_execution_environments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'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.

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_execution_environments/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
loop: "{{ execution_environments if execution_environments is defined else controller_execution_environments }}"
loop_control:
loop_var: __execution_environments_item
label: "{{ __operation.verb }} Controller Execution Environment {{ __execution_environments_item }}"
label: "{{ __operation.verb }} Controller Execution Environment {{ __execution_environments_item.name }}"
pause: "{{ controller_configuration_execution_environments_loop_delay }}"
no_log: "{{ controller_configuration_execution_environments_secure_logging }}"
when: controller_execution_environments is defined
Expand Down
6 changes: 3 additions & 3 deletions roles/controller_host_groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'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.

Expand Down Expand Up @@ -70,7 +70,7 @@ This also speeds up the overall role.
|`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.|
|`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/`.|

### Formating Variables
### Formatting Variables

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

Expand Down
6 changes: 3 additions & 3 deletions roles/controller_hosts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'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.

Expand Down Expand Up @@ -70,7 +70,7 @@ This also speeds up the overall role.
|`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.|
|`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/`.|

### Formating Variables
### Formatting Variables

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

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_instance_groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'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.

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_instances/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'controller_configuration_instances_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.

Expand Down
6 changes: 3 additions & 3 deletions roles/controller_inventories/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'controller_configuration_inventories_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.

Expand Down Expand Up @@ -70,7 +70,7 @@ This also speeds up the overall role.
|`controller_configuration_inventories_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.|
|`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/`.|

### Formating Variables
### Formatting Variables

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

Expand Down
6 changes: 3 additions & 3 deletions roles/controller_inventory_sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'controller_configuration_inventory_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.

Expand Down Expand Up @@ -70,7 +70,7 @@ This also speeds up the overall role.
|`controller_configuration_inventory_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.|
|`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/`.|

### Formating Variables
### Formatting Variables

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

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_job_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'controller_configuration_job_templates_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.

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_job_templates/tasks/async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
delay: "{{ controller_configuration_job_templates_async_delay }}"

rescue:
- name: async | Removing variables existance from result_file
- name: async | Removing variables existence from result_file
ansible.builtin.replace:
path: "{{ __job_templates_job_async_result.results_file }}"
regexp: \{\{.*?\}\}
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_license/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ controller_configuration_license_secure_logging defaults to the value of aap_con

The module and this role can use either a manifest file, or lookup the subscription on your account. Only one method is needed, provide the appropriate variables to use the either method.

### License Variables for using mainfest
### License Variables for using manifest

|Variable Name|Default Value|Required|Type|Description|
|:---:|:---:|:---:|:---:|:---:|
Expand All @@ -68,7 +68,7 @@ The module and this role can use either a manifest file, or lookup the subscript
|:---:|:---:|:---:|:---:|:---:|
|`filters`|"default values"|no|str|dict of filters to use to narrow the subscription. See example below for how to use this.|
|`support_level`|"Self-Support"|no|str|DEPRECATED - changed to `manifest_file` (still works as an alias)|
|`list_num`|0|no|int|List index of the subscription to use, if you want to overide the default, it is recomended to use the filters to limit the pools found.|
|`list_num`|0|no|int|List index of the subscription to use, if you want to override the default, it is recommended to use the filters to limit the pools found.|
|`pool_id`|""|no|str|Red Hat or Red Hat Satellite pool_id to attach to.|
|`force`|`false`|no|bool|By default, the license will only be applied if controller is currently unlicensed or trial licensed. When force=true, the license is always applied.|
|`use_lookup`|`false`|no|bool|Whether or not to lookup subscriptions.|
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_notification_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Currently:
The following Variables compliment each other.
If Both variables are not set, enforcing default values is not done.
Enabling these variables enforce default values on options that are optional in the controller API.
This should be enabled to enforce configuration and prevent configuration drift. It is recomended to be enabled, however it is not enforced by default.
This should be enabled to enforce configuration and prevent configuration drift. It is recommended to be enabled, however it is not enforced by default.

Enabling this will enforce configurtion without specifying every option in the configuration files.
Enabling this will enforce configuration without specifying every option in the configuration files.

'controller_configuration_notifications_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.

Expand Down
Loading
Loading