From: ac_w Date: Tue, 4 May 2021 17:23:37 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/47b9fcd521cf9e2369815d7cd5f4587db73f4b70 --- diff --git a/doc/forum/Non-interactive_setup.mdwn b/doc/forum/Non-interactive_setup.mdwn new file mode 100644 index 000000000..102e0d3a6 --- /dev/null +++ b/doc/forum/Non-interactive_setup.mdwn @@ -0,0 +1,9 @@ +Hello, + +I'm trying to install and setup an ikiwiki in a fully automated way (using ansible, for info), and I'd like to know if it's possible to have an automated [setup](https://ikiwiki.info/setup/) step ( `ikiwiki --setup /etc/ikiwiki/auto.setup` ). + +Apparently I can reassign all variables in the .setup file or even on the command line, but if I set `$admin` to a certain value it keeps prompting me for a password. So : + +- can I set the admin password somewhere in the .setup file or on the command line ? + +- if I can't, can I avoid setting any (and re-define one maybe later) ?