chrisvanmeer.hashicorp

ansible-role-hashicorp

HashiCorp製品をインストールするためのAnsibleロールです。

  • Boundary
  • Consul
  • Nomad
  • Packer
  • Terraform
  • Vagrant
  • Vault
  • Waypoint

製品の設定は行いません。
これは、ディストリビューションのパッケージマネージャーを使用した標準的なインストールです。

要件

特別な要件はありません。

ロール変数

使用可能な変数は以下に示されており、デフォルト値も含まれています(defaults/main.ymlを参照):

hashicorp_product_selection:
  - boundary
  - consul
  - nomad
  - packer
  - terraform
  - vagrant
  - vault
  - waypoint

インストールする製品の選択を可能にします。デフォルトはすべての製品です。

依存関係

依存関係はありません。

インストール

次のコマンドでこのロールをインストールします:

ansible-galaxy install chrisvanmeer.hashicorp

例 Playbook

- hosts: servers
  become: true

  vars:
    hashicorp_product_selection:
      - boundary
      - consul
      - nomad
      - packer
      - terraform
      - vagrant
      - vault
      - waypoint

  roles:
    - role: chrisvanmeer.hashicorp

ライセンス

MIT

インストール
ansible-galaxy install chrisvanmeer.hashicorp
ライセンス
mit
ダウンロード
7.5k
所有者