地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

【Ansible】collection インストールでバージョン指定

docs.ansible.com

バージョン指定してインストール

$ ansible-galaxy collection install test:1.0

開発バージョンをインストール

$ ansible-galaxy collection install test:==0.0.3-alpha

ディレクトリを指定してインストール

$ ansible-galaxy collection install my_namespace-my_collection-1.0.0.tar.gz -p ./collections