Skip to content

Commit 3a8e61e

Browse files
Small updates (#1208)
* updates * modified: changelogs/fragments/trivial.yml modified: roles/ansible_config/README.md modified: roles/collect_async_status/README.md modified: roles/controller_ad_hoc_command/README.md modified: roles/controller_ad_hoc_command_cancel/README.md modified: roles/controller_applications/README.md modified: roles/controller_bulk_host_create/README.md modified: roles/controller_bulk_job_launch/README.md modified: roles/controller_credential_input_sources/README.md modified: roles/controller_credential_types/README.md modified: roles/controller_credentials/README.md modified: roles/controller_execution_environments/README.md modified: roles/controller_host_groups/README.md modified: roles/controller_hosts/README.md modified: roles/controller_instance_groups/README.md modified: roles/controller_instances/README.md modified: roles/controller_inventories/README.md modified: roles/controller_inventory_source_update/README.md modified: roles/controller_inventory_sources/README.md modified: roles/controller_job_launch/README.md modified: roles/controller_job_templates/README.md modified: roles/controller_jobs_cancel/README.md modified: roles/controller_labels/README.md modified: roles/controller_license/README.md modified: roles/controller_notification_templates/README.md modified: roles/controller_organizations/README.md modified: roles/controller_project_update/README.md modified: roles/controller_projects/README.md modified: roles/controller_roles/README.md modified: roles/controller_schedules/README.md modified: roles/controller_settings/README.md modified: roles/controller_teams/README.md modified: roles/controller_users/README.md modified: roles/controller_workflow_job_templates/README.md modified: roles/controller_workflow_launch/README.md modified: roles/dispatch/README.md modified: roles/eda_controller_tokens/README.md modified: roles/eda_credential_types/README.md modified: roles/eda_credentials/README.md modified: roles/eda_decision_environments/README.md modified: roles/eda_event_streams/README.md modified: roles/eda_projects/README.md modified: roles/eda_rulebook_activations/README.md modified: roles/eda_users/README.md modified: roles/gateway_applications/README.md modified: roles/gateway_authenticator_maps/README.md modified: roles/gateway_authenticators/README.md modified: roles/gateway_http_ports/README.md modified: roles/gateway_organizations/README.md modified: roles/gateway_role_definitions/README.md modified: roles/gateway_role_team_assignments/README.md modified: roles/gateway_role_user_assignments/README.md modified: roles/gateway_routes/README.md modified: roles/gateway_service_clusters/README.md modified: roles/gateway_service_keys/README.md modified: roles/gateway_service_nodes/README.md modified: roles/gateway_services/README.md modified: roles/gateway_settings/README.md modified: roles/gateway_teams/README.md modified: roles/gateway_users/README.md modified: roles/global_vars/README.md modified: roles/hub_collection/README.md modified: roles/hub_collection_remote/README.md modified: roles/hub_collection_repository/README.md modified: roles/hub_collection_repository_sync/README.md modified: roles/hub_ee_image/README.md modified: roles/hub_ee_registry/README.md modified: roles/hub_ee_registry_index/README.md modified: roles/hub_ee_registry_sync/README.md modified: roles/hub_ee_repository/README.md modified: roles/hub_ee_repository_sync/README.md modified: roles/hub_group/README.md modified: roles/hub_group_roles/README.md modified: roles/hub_namespace/README.md modified: roles/hub_publish/README.md modified: roles/hub_role/README.md modified: roles/hub_user/README.md modified: roles/meta_dependency_check/README.md modified: tests/templated_role_example/README.md * Update playbooks/get_stats.yml Co-authored-by: Tom Page <[email protected]> * Update playbooks/get_stats.yml Co-authored-by: Tom Page <[email protected]> * Update playbooks/get_stats.yml Co-authored-by: Tom Page <[email protected]> * updating changelog * modified: tests/templates/README.md * modified: tests/templates/README.md * modified: tests/templates/README.md * modified: tests/templates/README.md * fixing conflict * testing * test * test * why do we even have this file... --------- Co-authored-by: Tom Page <[email protected]>
1 parent 7aa99a4 commit 3a8e61e

File tree

87 files changed

+219
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+219
-156
lines changed

.markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MD013: false
1212

1313
# MD046/code-block-style - Code block style
1414
# This will ensure that code block format is consistent across all markdown files
15-
MD0046:
15+
MD046:
1616
style: fenced
1717

1818
MD033:

.mlc_config.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"httpHeaders": [
3-
{
4-
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
5-
"retryOn429": true
6-
"headers": {
7-
"Accept-Encoding": "zstd, br, gzip, deflate"
8-
}
2+
"httpHeaders": [
3+
{
4+
"urls": [
5+
"https://github.com/",
6+
"https://guides.github.com/",
7+
"https://help.github.com/",
8+
"https://docs.github.com/"
9+
],
10+
"retryOn429": true,
11+
"headers": {
12+
"Accept-Encoding": "zstd, br, gzip, deflate"
913
}
10-
]
11-
}
14+
}
15+
]
16+
}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
rev: v0.18.1
2222
hooks:
2323
- id: markdownlint-cli2
24-
- repo: https://github.com/ambv/black
24+
- repo: https://github.com/psf/black
2525
rev: 25.9.0
2626
hooks:
2727
- id: black

changelogs/fragments/get_stats.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
bugfixes:
3+
- Updated get_stats playbook to have validate_certs be a var
4+
...
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
trivial:
3+
- Adding back Brant Evans @branic as a major contributor to the collection. (unsure how this got removed)
4+
- Updated readme license links
5+
- Updated markdownlint related settings
6+
...

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ authors:
1212
- Sean Sullivan @sean-m-sullivan
1313
- David Danielsson @djdanielsson
1414
- Brant Evans @branic
15-
repository: https://github.com/redhat-cop/aap_configuration/
16-
issues: https://github.com/redhat-cop/aap_configuration/issues
15+
repository: https://github.com/redhat-cop/infra.aap_configuration
16+
issues: https://github.com/redhat-cop/infra.aap_configuration/issues
1717
build_ignore:
1818
- galaxy.yml.j2
1919
- release.yml

playbooks/get_stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
return_content: true
2424
headers:
2525
Content-Type: application/json
26-
validate_certs: false
26+
validate_certs: "{{ aap_validate_certs | default(false) }}"
2727
register: r_metrics
2828

2929
- name: Debug metrics
@@ -47,7 +47,7 @@
4747
return_content: true
4848
headers:
4949
Content-Type: application/json
50-
validate_certs: false
50+
validate_certs: "{{ aap_validate_certs | default(false) }}"
5151
register: r_users
5252

5353
- name: Debug users
@@ -90,7 +90,7 @@
9090
return_content: true
9191
headers:
9292
Content-Type: application/json
93-
validate_certs: false
93+
validate_certs: "{{ aap_validate_certs | default(false) }}"
9494
register: r_subscription
9595

9696
- name: Output

playbooks/rename_objects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ansible.builtin.replace:
1818
path: "{{ __file.path }}"
1919
regexp: ^(.*){{ current_name | regex_escape() }}(.*)$
20-
replace: \1{{ new_name }}\2
20+
replace: "\\1{{ new_name }}\\2"
2121
loop: "{{ __list_files.files }}"
2222
loop_control:
2323
loop_var: __file

roles/ansible_config/README.md

Lines changed: 1 addition & 1 deletion

roles/collect_async_status/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)