diff --git a/ansible/site.yml b/ansible/site.yml
index 1616eabb51..bb52805d93 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -822,7 +822,10 @@
 - name: Apply role aodh
   gather_facts: false
   hosts:
-    - aodh
+    - aodh-api
+    - aodh-evaluator
+    - aodh-listener
+    - aodh-notifier
   serial: '{{ kolla_serial|default("0") }}'
   roles:
     - { role: aodh,