AWSでAnsibleでinstallを最終的なゴールとしています。
まずはコマンドベースでinstallを試みています。
kusanagi initにて質問です。
–php5を使うよう宣言しているのに関わらず、
rubyのinstall有無について聞かれます。これは正常でしょうか。
`
[root@kusanagi80 ~]# kusanagi init –tz tokyo –lang en –keyboard en –passwd “$KUSANAGIPASS” –nophrase –dbrootpass “$DBROOTPASS” –nginx –php5
Checking KUSANAGI Version.
KUSANAGI is already latest version.
Checking certbot-auto update.
certbot 0.23.0
Applying Location: Asia/Tokyo.
Set kusanagi user password using in software update.
Generate kusanagi user ssh-key. use passprase(“”)
send: spawn id exp6 not open
while executing
“send “” ”
cat: /root/kusanagi.pem.pub: No such file or directory
rm: cannot remove ‘/root/kusanagi.pem.pub’: No such file or directory
use nginx
Done.
use php-fpm
Done.
Then, Please tell me your ruby version.
1) Ruby2.4
Which you using?(1):
`
また、とりあえず –ruby24 を足して再度実行したところ、今度は MariaDBを使うのか、 PostgreSQLを使うのか聞かれます。
`
[root@kusanagi80 ~]# kusanagi init –tz tokyo –lang en –keyboard en –passwd “$KUSANAGIPASS” –nophrase –dbrootpass “$DBROOTPASS” –nginx –php5 –ruby24
use ruby24
Done.
Checking KUSANAGI Version.
KUSANAGI is already latest version.
Checking certbot-auto update.
certbot 0.23.0
Applying Location: Asia/Tokyo.
Set kusanagi user password using in software update.
Generate kusanagi user ssh-key. use passprase(“”)
send: spawn id exp6 not open
while executing
“send “” ”
cat: /root/kusanagi.pem.pub: No such file or directory
rm: cannot remove ‘/root/kusanagi.pem.pub’: No such file or directory
use nginx
Done.
use php-fpm
Done.
Then, Please tell me your Database system.
1) MariaDB(Default)
2) PostgreSQL
`
このDBの指定についてkusanagi initのオプションを探しましたが見つかりません。
コマンドラインでinstallしたい場合、どのようにすればいいかご教示いただけないでしょうか。
参考にしているサイトは以下の通りです
KUSANAGIの初期設定
KUSANAGIコマンド
https://column.prime-strategy.co.jp/archives/column_150
何卒よろしくお願いします