Skip to content

Instantly share code, notes, and snippets.

@rpelisse
Created June 24, 2024 14:59
Show Gist options
  • Save rpelisse/2e6d8cec02f2ac065273faf9c4e9b4e9 to your computer and use it in GitHub Desktop.
Save rpelisse/2e6d8cec02f2ac065273faf9c4e9b4e9 to your computer and use it in GitHub Desktop.
Installing the Ansible Collection from Wildfly
$ ansible-galaxy collection install middleware_automation.wildfly
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/middleware_automation-wildfly-1.5.2.tar.gz to /root/.ansible/tmp/ansible-local-85fm0r6rub/tmp36zijxsq/middleware_automation-wildfly-1.5.2-la3qk91n
Installing 'middleware_automation.wildfly:1.5.2' to '/root/.ansible/collections/ansible_collections/middleware_automation/wildfly'
Downloading https://console.redhat.com/api/automation-hub/v3/plugin/ansible/content/published/collections/artifacts/ansible-posix-1.5.4.tar.gz to /root/.ansible/tmp/ansible-local-85fm0r6rub/tmp36zijxsq/ansible-posix-1.5.4-687wudpk
middleware_automation.wildfly:1.5.2 was installed successfully
Installing 'ansible.posix:1.5.4' to '/root/.ansible/collections/ansible_collections/ansible/posix'
Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/middleware_automation-common-1.2.1.tar.gz to /root/.ansible/tmp/ansible-local-85fm0r6rub/tmp36zijxsq/middleware_automation-common-1.2.1-qcmn87w2
ansible.posix:1.5.4 was installed successfully
Installing 'middleware_automation.common:1.2.1' to '/root/.ansible/collections/ansible_collections/middleware_automation/common'
middleware_automation.common:1.2.1 was installed successfully
Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/fedora-linux_system_roles-1.79.0.tar.gz to /root/.ansible/tmp/ansible-local-85fm0r6rub/tmp36zijxsq/fedora-linux_system_roles-1.79.0-2jh0cbwf
Installing 'fedora.linux_system_roles:1.79.0' to '/root/.ansible/collections/ansible_collections/fedora/linux_system_roles'
Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/containers-podman-1.15.2.tar.gz to /root/.ansible/tmp/ansible-local-85fm0r6rub/tmp36zijxsq/containers-podman-1.15.2-35zzkdnt
fedora.linux_system_roles:1.79.0 was installed successfully
Installing 'containers.podman:1.15.2' to '/root/.ansible/collections/ansible_collections/containers/podman'
Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-general-9.1.0.tar.gz to /root/.ansible/tmp/ansible-local-85fm0r6rub/tmp36zijxsq/community-general-9.1.0-4ilva9xi
containers.podman:1.15.2 was installed successfully
Installing 'community.general:9.1.0' to '/root/.ansible/collections/ansible_collections/community/general'
community.general:9.1.0 was installed successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment