installing fog in full automatic mode
-
Hi everybody,
I would like to install fog in full automatic mode with Ansible! And for that i would like to know if there is some script to automatically answer the install script?
I know it’s possible to use Expect for that… But i don’t want to learn a new language only for that, So I can’t figure if there is some argument to answer the wizard’s question without interacting with it?!
Best regards,
Erkax -
./installfog.sh -y
For more options, look at
./installfog.sh --help
Those arguments for the installer are currently only available in Trunk, which is FOG 1.3.0 beta.
-
Ok thanks so i will write a expect script to install fog automaticly