Skip to content

Instantly share code, notes, and snippets.

@richm
Created July 7, 2022 15:25
Show Gist options
  • Save richm/9bde031ae28a48d9260dd580b70d87e3 to your computer and use it in GitHub Desktop.
Save richm/9bde031ae28a48d9260dd580b70d87e3 to your computer and use it in GitHub Desktop.
ansible-galaxy [core 2.13.1]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/rmeggins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/rmeggins/linux-system-roles/podman/.tox/qemu-ansible-core-2.13/lib/python3.10/site-packages/ansible
ansible collection location = /home/rmeggins/.ansible/collections:/usr/share/ansible/collections
executable location = /home/rmeggins/linux-system-roles/podman/.tox/qemu-ansible-core-2.13/bin/ansible-galaxy
python version = 3.10.4 (main, Mar 25 2022, 00:00:00) [GCC 11.2.1 20220127 (Red Hat 11.2.1-9)]
jinja version = 3.1.2
libyaml = True
Using /etc/ansible/ansible.cfg as config file
Reading requirement file at '/home/rmeggins/linux-system-roles/podman/meta/collection-requirements.yml'
Starting galaxy collection install process
[WARNING]: The specified collections path '/home/rmeggins/linux-system-
roles/podman/.tox' is not part of the configured Ansible collections paths
'/home/rmeggins/.ansible/collections:/usr/share/ansible/collections'. The
installed collection won't be picked up in an Ansible run.
Process install dependency map
Opened /home/rmeggins/.ansible/galaxy_token
Starting collection install process
Downloading https://galaxy.ansible.com/download/fedora-linux_system_roles-1.24.2.tar.gz to /home/rmeggins/.ansible/tmp/ansible-local-3325656b82e8a7c/tmpqvv_h5uy/fedora-linux_system_roles-1.24.2-hafgf7vd
Collection 'fedora.linux_system_roles:1.24.2' obtained from server default https://galaxy.ansible.com/api/
Installing 'fedora.linux_system_roles:1.24.2' to '/home/rmeggins/linux-system-roles/podman/.tox/ansible_collections/fedora/linux_system_roles'
fedora.linux_system_roles:1.24.2 was installed successfully
Downloading https://galaxy.ansible.com/download/ansible-posix-1.4.0.tar.gz to /home/rmeggins/.ansible/tmp/ansible-local-3325656b82e8a7c/tmpqvv_h5uy/ansible-posix-1.4.0-qix406pk
Collection 'ansible.posix:1.4.0' obtained from server default https://galaxy.ansible.com/api/
Installing 'ansible.posix:1.4.0' to '/home/rmeggins/linux-system-roles/podman/.tox/ansible_collections/ansible/posix'
ansible.posix:1.4.0 was installed successfully
Downloading https://galaxy.ansible.com/download/containers-podman-1.9.4.tar.gz to /home/rmeggins/.ansible/tmp/ansible-local-3325656b82e8a7c/tmpqvv_h5uy/containers-podman-1.9.4-w9vqi8w6
Collection 'containers.podman:1.9.4' obtained from server default https://galaxy.ansible.com/api/
Installing 'containers.podman:1.9.4' to '/home/rmeggins/linux-system-roles/podman/.tox/ansible_collections/containers/podman'
containers.podman:1.9.4 was installed successfully
Downloading https://galaxy.ansible.com/download/community-general-5.2.0.tar.gz to /home/rmeggins/.ansible/tmp/ansible-local-3325656b82e8a7c/tmpqvv_h5uy/community-general-5.2.0-1hzpuo0c
Collection 'community.general:5.2.0' obtained from server default https://galaxy.ansible.com/api/
Installing 'community.general:5.2.0' to '/home/rmeggins/linux-system-roles/podman/.tox/ansible_collections/community/general'
community.general:5.2.0 was installed successfully
ansible-playbook [core 2.13.1]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/rmeggins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/rmeggins/linux-system-roles/podman/.tox/qemu-ansible-core-2.13/lib/python3.10/site-packages/ansible
ansible collection location = /home/rmeggins/linux-system-roles/podman/.tox
executable location = /home/rmeggins/linux-system-roles/podman/.tox/qemu-ansible-core-2.13/bin/ansible-playbook
python version = 3.10.4 (main, Mar 25 2022, 00:00:00) [GCC 11.2.1 20220127 (Red Hat 11.2.1-9)]
jinja version = 3.1.2
libyaml = True
Using /etc/ansible/ansible.cfg as config file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment