AWX installing application to IBM AIX, no space in file system?

I don’t know where to start with this one. The Installation Manager is 180mb, and we have 6gb available and plenty of inodes. We can move a 100kb file, no problem, so it actually looks like space, but I have no idea how to tell it to use all the space.

tasks:

  • get_url:
    url=“http://internal_server/im/agent.installer.aix.gtk.ppc_1.8.9005.20190801_1645.zip”
    dest=“/tmp/agent.installer.aix.gtk.ppc_1.8.9005.20190801_1645.zip”

(Also tried with dest=“/tmp”

TASK [get_url] *****************************************************************
task path: /runner/project/Ansible/playbooks/install-installation-manager.yml:17
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: IOError: [Errno 28] There is not enough space in the file system.
[WARNING]: Platform aix on host 10.xx.xx.xx is using the discovered Python
interpreter at /usr/bin/python2.7, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.12/reference_appendices/interpreter_discovery.html for more information.
fatal: [10.xx.xx.xx]: FAILED! => {“ansible_facts”: {“discovered_interpreter_python”: “/usr/bin/python2.7”}, “changed”: false, “elapsed”: 0, “msg”: “failed to create temporary content file: [Errno 28] There is not enough space in the file system.”}

Hello, your question seems to be about using Ansible, not about AWX. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible. Thanks!

AWX Team

Thank you. I’ve posted there. Does it matter that I’m running in AWX, not Engine?

AWX adds some layers, but ultimately AWX will call ansible engine in the end, and the jobs failures you see are when ansible engine is evoked.

AWX Team

Thank you. That helps me understand the groups themselves. :slight_smile: