コンテンツにスキップ

Galaxy

ansible-galaxyコマンド

-r | --requirements-file

requirements.ymlファイルの指定。

ansible-galaxy collection install -r collections/requirements.yml 

requirements.ymlの中身は以下のような感じ。

---
collections:
  - name: zaki_lknr.esxissh

とか

---
collections:
  - name: https://github.com/zaki-lknr/esxissh-ansible.git
    version: main
    type: git