Hello,
Is there a specific importance to knowing this?
Ansible can be set to start a process if its not running and also add the chkconfig as needed.
# Example action to start service httpd, if not running
- service: name=httpd state=started enabled=yes
Should be enough to resolve it for you.