Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 626 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 626 Bytes

infra

インフラに関するコードを管理するリポジトリです。

ディレクトリ構成

  • scripts/: インフラに関するスクリプトを管理するディレクトリです。
  • cloud-init/: cloud-init の設定ファイルを管理するディレクトリです。
  • ansible/: Ansible のコードを管理するディレクトリです。
  • terraform/: Terraform のコードを管理するディレクトリです。

git clone

git clone --recursive [email protected]:alflag-team/infra-core.git

submodule の更新

git submodule update --init --recursive