Actions
Feature #27273
closedTracker #31404: Improve Ansible integration so it is usable as CfgMngmt tool
Enable to choose the launch order for Ansible roles
Difficulty:
Triaged:
No
Bugzilla link:
Description
Currently the Ansible roles are launched in a different order then presented for the host.
Extract from [[https://community.theforeman.org/t/foreman-ansible-choose-the-order-of-launch-roles/13254]]
~~~
The ordering of roles is not yet implemented. The workaround for now is creating a meta-role, that has the roles specified in the correct order.
The main reason is that we are not sure how to tackle inheritance of roles in a flexible but sane way. Currently, we are thinking about having sorted ‘lists’ of roles on each level and adding the roles from the oldest parent first and then moving down the inheritance chain.
~~~
Actions