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

fix controller role name in README #991

Merged
merged 2 commits into from
Dec 2, 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
4 changes: 2 additions & 2 deletions roles/controller_ad_hoc_command/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.ad_hoc_command
# infra.aap_configuration.controller_ad_hoc_command

## Description

Expand Down Expand Up @@ -94,7 +94,7 @@ controller_ad_hoc_commands:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.ad_hoc_command, when: controller_ad_hoc_commands is defined}
- {role: infra.aap_configuration.controller_ad_hoc_command, when: controller_ad_hoc_commands is defined}

```

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_ad_hoc_command_cancel/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.ad_hoc_command_cancel
# infra.aap_configuration.controller_ad_hoc_command_cancel

## Description

Expand Down Expand Up @@ -86,7 +86,7 @@ controller_ad_hoc_commands_cancel:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.ad_hoc_command_cancel, when: controller_ad_hoc_commands is defined}
- {role: infra.aap_configuration.controller_ad_hoc_command_cancel, when: controller_ad_hoc_commands is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_applications/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.applications
# infra.aap_configuration.controller_applications

## Description

Expand Down Expand Up @@ -137,7 +137,7 @@ aap_applications:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.applications, when: aap_applications is defined}
- {role: infra.aap_configuration.controller_applications, when: aap_applications is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_bulk_host_create/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.bulk_host_create
# infra.aap_configuration.controller_bulk_host_create

## Description

Expand Down Expand Up @@ -132,7 +132,7 @@ controller_bulk_hosts:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.bulk_host_create, when: controller_bulk_hosts is defined}
- {role: infra.aap_configuration.controller_bulk_host_create, when: controller_bulk_hosts is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_bulk_job_launch/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.bulk_job_launch
# infra.aap_configuration.controller_bulk_job_launch

## Description

Expand Down Expand Up @@ -130,7 +130,7 @@ This also speeds up the overall role.
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.license, when: controller_license is defined}
- {role: infra.aap_configuration.controller_license, when: controller_license is defined}
```

## License
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
@@ -1,4 +1,4 @@
# infra.aap_configuration.credential_input_sources
# infra.aap_configuration.controller_credential_input_sources

## Description

Expand Down Expand Up @@ -163,7 +163,7 @@ controller_credential_input_sources:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.credential_input_sources, when: controller_credential_input_sources is defined}
- {role: infra.aap_configuration.controller_credential_input_sources, when: controller_credential_input_sources is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_credential_types/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.credential_types
# infra.aap_configuration.controller_credential_types

## Description

Expand Down Expand Up @@ -238,7 +238,7 @@ controller_credential_types:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.credential_types, when: controller_credential_types is defined}
- {role: infra.aap_configuration.controller_credential_types, when: controller_credential_types is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_credentials/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.credentials
# infra.aap_configuration.controller_credentials

## Description

Expand Down Expand Up @@ -164,7 +164,7 @@ controller_credentials:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.credentials, when: controller_credentials is defined}
- {role: infra.aap_configuration.controller_credentials, when: controller_credentials is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_execution_environments/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.execution_environments
# infra.aap_configuration.controller_execution_environments

## Description

Expand Down Expand Up @@ -127,7 +127,7 @@ controller_execution_environments:
tasks:
- name: Add Execution Environments
include_role:
name: infra.aap_configuration.execution_environments
name: infra.aap_configuration.controller_execution_environments
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_host_groups/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.groups
# infra.aap_configuration.controller_host_groups

## Description

Expand Down Expand Up @@ -166,7 +166,7 @@ controller_groups:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.groups, when: controller_groups is defined}
- {role: infra.aap_configuration.controller_host_groups, when: controller_groups is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_hosts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.hosts
# infra.aap_configuration.controller_hosts

## Description

Expand Down Expand Up @@ -154,7 +154,7 @@ controller_hosts:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.hosts, when: controller_hosts is defined}
- {role: infra.aap_configuration.controller_hosts, when: controller_hosts is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_instance_groups/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.instance_groups
# infra.aap_configuration.controller_instance_groups

## Description

Expand Down Expand Up @@ -119,7 +119,7 @@ controller_instance_groups:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.instance_groups, when: controller_instance_groups is defined}
- {role: infra.aap_configuration.controller_instance_groups, when: controller_instance_groups is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_instances/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.instances
# infra.aap_configuration.controller_instances

## Description

Expand Down Expand Up @@ -118,7 +118,7 @@ controller_instances:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.instances, when: controller_instances is defined}
- {role: infra.aap_configuration.controller_instances, when: controller_instances is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_inventories/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.inventories
# infra.aap_configuration.controller_inventories

## Description

Expand Down Expand Up @@ -169,7 +169,7 @@ controller_inventories:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.inventories, when: controller_inventories is defined}
- {role: infra.aap_configuration.controller_inventories, when: controller_inventories is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_inventory_source_update/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.inventory_source_update
# infra.aap_configuration.controller_inventory_source_update

## Description

Expand Down Expand Up @@ -108,7 +108,7 @@ controller_inventory_sources:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.inventory_source_update, when: controller_inventory_sources is defined}
- {role: infra.aap_configuration.controller_inventory_source_update, when: controller_inventory_sources is defined}

```

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_inventory_sources/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.inventory_sources
# infra.aap_configuration.controller_inventory_sources

## Description

Expand Down Expand Up @@ -182,7 +182,7 @@ controller_inventory_sources:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.inventory_sources, when: controller_inventory_sources is defined}
- {role: infra.aap_configuration.controller_inventory_sources, when: controller_inventory_sources is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_job_launch/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.job_launch
# infra.aap_configuration.controller_job_launch

## Description

Expand Down Expand Up @@ -97,7 +97,7 @@ controller_launch_jobs:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.job_launch, when: controller_launch_jobs is defined}
- {role: infra.aap_configuration.controller_job_launch, when: controller_launch_jobs is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_job_templates/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.job_templates
# infra.aap_configuration.controller_job_templates

## Description

Expand Down Expand Up @@ -295,7 +295,7 @@ controller_templates:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.job_templates, when: controller_templates is defined}
- {role: infra.aap_configuration.controller_job_templates, when: controller_templates is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_jobs_cancel/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.jobs_cancel
# infra.aap_configuration.controller_jobs_cancel

## Description

Expand Down Expand Up @@ -77,7 +77,7 @@ controller_cancel_jobs:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.jobs_cancel, when: controller_cancel_jobs is defined}
- {role: infra.aap_configuration.controller_jobs_cancel, when: controller_cancel_jobs is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_labels/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.labels
# infra.aap_configuration.controller_labels

An Ansible role to create/update/remove labels for templates on Ansible Controller.

Expand Down Expand Up @@ -115,7 +115,7 @@ controller_labels:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.labels, when: controller_labels is defined}
- {role: infra.aap_configuration.controller_labels, when: controller_labels is defined}
```

## License
Expand Down
6 changes: 3 additions & 3 deletions roles/controller_license/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.license
# infra.aap_configuration.controller_license

## Description

Expand Down Expand Up @@ -118,7 +118,7 @@ controller_license:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.license, when: controller_license is defined}
- {role: infra.aap_configuration.controller_license, when: controller_license is defined}
```

### Standard Subscription lookup Role Usage
Expand All @@ -141,7 +141,7 @@ controller_license:
product_name: "Red Hat Ansible Automation Platform"
support_level: "Self-Support"
roles:
- {role: infra.aap_configuration.license}
- {role: infra.aap_configuration.controller_license}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_notification_templates/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.notification_templates
# infra.aap_configuration.controller_notification_templates

## Description

Expand Down Expand Up @@ -191,7 +191,7 @@ controller_notifications:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.notification_templates, when: controller_notifications is defined}
- {role: infra.aap_configuration.controller_notification_templates, when: controller_notifications is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_organizations/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.organizations
# infra.aap_configuration.controller_organizations

## Description

Expand Down Expand Up @@ -184,7 +184,7 @@ aap_organizations:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.organizations, when: aap_organizations is defined}
- {role: infra.aap_configuration.controller_organizations, when: aap_organizations is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_project_update/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.project_update
# infra.aap_configuration.controller_project_update

## Description

Expand Down Expand Up @@ -117,7 +117,7 @@ controller_projects:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.project_update, when: controller_projects is defined}
- {role: infra.aap_configuration.controller_project_update, when: controller_projects is defined}

```

Expand Down
4 changes: 2 additions & 2 deletions roles/controller_projects/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.projects
# infra.aap_configuration.controller_projects

## Description

Expand Down Expand Up @@ -168,7 +168,7 @@ controller_projects:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.projects, when: controller_projects is defined}
- {role: infra.aap_configuration.controller_projects, when: controller_projects is defined}
```

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/controller_roles/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra.aap_configuration.roles
# infra.aap_configuration.controller_roles

## Description

Expand Down Expand Up @@ -185,7 +185,7 @@ controller_roles:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.aap_configuration.roles, when: controller_roles is defined}
- {role: infra.aap_configuration.controller_roles, when: controller_roles is defined}
```

## License
Expand Down
Loading