System Patches Package Programatical Apply
-
Hello,
I am working on Pfsense Ansible automation, so far I was able to automate many aspects of pfsense.
I question regarding "System Patches Package". is there a way to apply all recommended patches via command line. "rest api" or some sort of auto-apply?
Thank you in advance!
-
There is code to apply them all from the GUI, but it isn't exposed in any form of an API or CLI.
-
Maybe I can assemble curl for this? I will register it as fact and will avoid execution again and again or special tag.
-
@tkriviradev Did you have any success making a curl command?