I’m using Ansible to provision a machine and fully configure and install a FOG server automatically.
I’m looking for a way to automate installfog.sh, because so far I haven’t found a way to do it other than manually. The only way I’ve seen to run it automatically is with the -Y / --autoaccept option, which just auto-accepts defaults.
I’ve checked the ‘FOG installer command line options’, but none seem to allow setting the network interface, IP, or hostname directly.
The goal is to provide these three values (interface, IP, and hostname) as parameters so the IPXE server is fully set up automatically.
Any suggestions or possible solutions would be greatly appreciated.