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