This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ansible:ansible_collections [2025/03/19 11:06] manu [Ansible collections] |
ansible:ansible_collections [2025/03/19 11:13] (current) manu [Ansible collections] |
||
---|---|---|---|
Line 34: | Line 34: | ||
ibm.power_linux_sap 1.0.10 | ibm.power_linux_sap 1.0.10 | ||
</cli> | </cli> | ||
+ | |||
+ | Set proxy and upgrade a collection | ||
+ | <cli prompt='$'> | ||
+ | [ansible@ansib100 download]$ export https_proxy=http://proxy.test.lu:443 | ||
+ | [ansible@ansib100 download]$ ansible-galaxy collection install ibm.power_aix --upgrade | ||
+ | Starting galaxy collection install process | ||
+ | Process install dependency map | ||
+ | Starting collection install process | ||
+ | Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/ibm-power_aix-2.0.3.tar.gz to /ansible/.ansible/tmp/ansible-local-28837207f02n350/tmpnmabbk_r/ibm-power_aix-2.0.3-n8hzcqfk | ||
+ | Installing 'ibm.power_aix:2.0.3' to '/ansible/.ansible/collections/ansible_collections/ibm/power_aix' | ||
+ | ibm.power_aix:2.0.3 was installed successfully | ||
+ | </cli> | ||
+ | |||
+ | Manually install a collection from a tar file, to a specified directory | ||
+ | <cli prompt='#'> | ||
+ | # ansible-galaxy collection install my_namespace-my_collection-1.0.0.tar.gz -p ./collections | ||
+ | </cli> | ||
+ | |||
===== Ansible plugin ===== | ===== Ansible plugin ===== | ||