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

Another Round #941

Merged
merged 5 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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 roles/ansible_config/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.14.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/controller_ad_hoc_command/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/controller_ad_hoc_command_cancel/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
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 @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_applications_enforce_defaults' defaults to the value of 'controller_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.
'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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_applications_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_applications/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ controller_configuration_applications_async_retries: "{{ aap_configuration_async
controller_configuration_applications_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_applications_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_applications_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_applications_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
2 changes: 1 addition & 1 deletion roles/controller_applications/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/controller_bulk_host_create/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/controller_bulk_job_launch/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
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 @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_credential_input_sources_enforce_defaults' defaults to the value of 'controller_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.
'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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_credential_input_sources_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ controller_configuration_credential_input_sources_async_retries: "{{ aap_configu
controller_configuration_credential_input_sources_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_credential_input_sources_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_credential_input_sources_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_credential_input_sources_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
2 changes: 1 addition & 1 deletion roles/controller_credential_input_sources/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_credential_types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_credential_types_enforce_defaults' defaults to the value of 'controller_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.
'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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_credential_types_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_credential_types/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ controller_configuration_credential_types_async_retries: "{{ aap_configuration_a
controller_configuration_credential_types_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_credential_types_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_credential_types_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_credential_types_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
2 changes: 1 addition & 1 deletion roles/controller_credential_types/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_credentials_enforce_defaults' defaults to the value of 'controller_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.
'controller_configuration_credentials_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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_credentials_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_credentials/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ controller_configuration_credentials_async_retries: "{{ aap_configuration_async_
controller_configuration_credentials_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_credentials_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_credentials_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_credentials_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
2 changes: 1 addition & 1 deletion roles/controller_credentials/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
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 @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_execution_environments_enforce_defaults' defaults to the value of 'controller_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.
'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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_execution_environments_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ controller_configuration_execution_environments_async_retries: "{{ aap_configura
controller_configuration_execution_environments_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_execution_environments_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_execution_environments_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_execution_environments_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
2 changes: 1 addition & 1 deletion roles/controller_execution_environments/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_host_groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_groups_enforce_defaults' defaults to the value of 'controller_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.
'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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_groups_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_host_groups/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ controller_configuration_group_async_retries: "{{ aap_configuration_async_retrie
controller_configuration_group_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_group_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_groups_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_groups_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
2 changes: 1 addition & 1 deletion roles/controller_host_groups/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_hosts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_host_enforce_defaults' defaults to the value of 'controller_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.
'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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_host_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_hosts/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ controller_configuration_hosts_async_retries: "{{ aap_configuration_async_retrie
controller_configuration_hosts_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_hosts_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_host_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_host_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
2 changes: 1 addition & 1 deletion roles/controller_hosts/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.15.0
min_ansible_version: 2.16.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
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 @@ -34,12 +34,12 @@ This should be enabled to enforce configuration and prevent configuration drift.

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

'controller_configuration_instance_groups_enforce_defaults' defaults to the value of 'controller_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.
'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.

|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`controller_configuration_instance_groups_enforce_defaults`|`False`|no|Whether or not to enforce default option values on only the applications role|
|`controller_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|
|`aap_configuration_enforce_defaults`|`False`|no|This variable enables enforced default values as well, but is shared across multiple roles, see above.|

### Secure Logging Variables

Expand Down
2 changes: 1 addition & 1 deletion roles/controller_instance_groups/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ controller_configuration_instance_groups_async_retries: "{{ aap_configuration_as
controller_configuration_instance_groups_async_delay: "{{ aap_configuration_async_delay | default(1) }}"
controller_configuration_instance_groups_loop_delay: "{{ aap_configuration_loop_delay | default(0) }}"
aap_configuration_async_dir: null
controller_configuration_instance_groups_enforce_defaults: "{{ controller_configuration_enforce_defaults | default(false) }}"
controller_configuration_instance_groups_enforce_defaults: "{{ aap_configuration_enforce_defaults | default(false) }}"
...
Loading
Loading