Ansible tower AWX commandes local

Bonjour,

comment faire pour que AWX exécute les commandes non pas dans le conteneur mais en local ?

Pour que AWX trouve la commande wget et toutes les autres commandes qui sont bien sur mon serveur local !!

Je vous remercie !!

Hello,

how to make AWX execute commands not in the container but locally?

For AWX to find the wget command and all the other commands that are on my local server !!

Thank you !!

AWX runs in a container and sharing software on a host with a container kinda goes against containerization best practices. What are you doing with wget that you can’t do with Ansible?

If you absolutely need wget you can modify the AWX image build files and add a command to install wget and build the images yourself, but this seems like overkill to me. Matt’s answer https://groups.google.com/d/msg/awx-project/oEO8iDU7w10/-oxR2zcSFgAJ is better/simpler. Or run your playbook on a host that does have wget installed.