Using modules offline

hello

We installed ansible on a stand alone network that is not connected to the internet. the only way to insert data (files) to that network is offline.

how can we use ansible modules in this case ? is there an option to downloadonly from ansible galaxy ? is there another way to install modules offline (like copying files from w connected environment ?

Thanks

Avishay

Not sure what you are asking, modules are normally shipped with
Ansible, you can use your own custom ones with library/ dir adjacent
to play or in role. Any method of copying the module should work,
Ansible only cares that it is there.

Roles from https://galaxy.ansible.com/ maybe?

You can down load and side load them if it is roles or modules.