On Fri, Jan 13, 2023 at 2:27 PM Kevin Knox <[email protected]> wrote:
>
> 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

Clean up the previous mess, and *do not install ansible*. Install
"ansible-core", with python 3, ideally python 3.9 or later, and
oinstall only the modules you need from the ansible galaxy collection.
Half of the "ansible" tarball is taken up by more than 100 MBytes of
Fortinet modules, which I sincerely doubt you need for your ansible
server.

Always install ansible-core *first*, and only install "ansible" if you
really need 300 MBytes or more of third party modules, 150 MBytes of
which are Fortinet.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAOCN9rxL%2B7uZt8OkP_tvQ9rOH_srSbk%2BQ4nw0Cq2DMw1wi_%3Dtg%40mail.gmail.com.

Reply via email to