From 481db421ff5c0ab3c1988c242f0e63b1ecf0fe23 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Tue, 17 Dec 2024 00:05:42 +0900 Subject: [PATCH] Add controller_configuration role vars entries in CONVERSION_GUIDE (#1013) * add controller_configuration role vars entry * fix to dispatch role README --------- Co-authored-by: Tom Page --- CONVERSION_GUIDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONVERSION_GUIDE.md b/CONVERSION_GUIDE.md index b4f3ef40c..0b86bdbe5 100644 --- a/CONVERSION_GUIDE.md +++ b/CONVERSION_GUIDE.md @@ -112,12 +112,13 @@ controller_configuration vars: - controller_projects - controller_inventories - controller_inventory_sources -- controller_inventory_sources - controller_hosts +- controller_groups - controller_bulk_hosts - controller_templates - controller_workflows - controller_schedules +- controller_roles - controller_launch_jobs - controller_workflow_launch_jobs - aap_user_accounts <- controller_user_accounts @@ -217,7 +218,7 @@ The dispatch role has changed to use the following order: - controller roles - eda roles -These loop through all the applicable roles to create objects in the AAP. They will skip the role if the variable used in that role is not defined. you can tweak each services set of roles, or only run a single services roles by using the `aap_configuration_dispatcher_roles` variables. Refer to the [Dispatch role readme](roles/eda_controller_tokens/README.md) for more information. +These loop through all the applicable roles to create objects in the AAP. They will skip the role if the variable used in that role is not defined. you can tweak each services set of roles, or only run a single services roles by using the `aap_configuration_dispatcher_roles` variables. Refer to the [Dispatch role readme](roles/dispatch/README.md) for more information. ## Roles moved