[IMPROVEMENT] Add support for custom commands at the end of the run
89luca89 opened this issue · 0 comments
89luca89 commented
It would be nice to add a list of commands that could be useful to be executed at the end of the setup.
For example:
terrible_custom_provisioners:
- pip3 install -U ansible ansible-base
- ansible-pull -U "{{ ansible_pull_custom_url }}"
This could be useful to do final steps to setup a cluster for example