On Mon, 9 Aug 2021 at 12:03, shweta julur <[email protected]> wrote: > > Hi, > > I am trying to automate the deployment of flows in nifi UI, to do that I will > be using nifi-toolkit cli commands. is there any way that I can execute these > commands through ansible (.yml file).
Yes. I don't know what this nifi toolkit is, but based on https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html it seems to support JSON output, which is useful when setting up the playbook logic (if needed). There may be existing ansible roles that other people have contributed. The way you phrase the question indicates you have not used ansible before, so probably good to read https://docs.ansible.com/ansible/latest/user_guide/index.html first. Dick -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwN7Od985fvyxH3Gh9i3bwgsJpvYcr%3DFEduhFCev_Ewp%3Dw%40mail.gmail.com.
