Skip to content

パッケージ・ミドルウェア類の導入 #8

Lucifer requested to merge issue/8 into master

実行手順

以下のコマンドを実行し、変更を反映させた。

ansible-playbook playbooks/package-install.yml -i inventory.yml

要項

  • systemctl status mysqldコマンドが正常に実行できる
  • systemctl status nginxコマンドが正常に実行できる
  • systemctl status httpdコマンドを実行すると、httpdは存在しない旨の返答を受ける。
  • yum list --installed | grep phpを実行すると、対象バージョンのphpを確認できる。
Edited by Lucifer

Merge request reports