-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find or access '/tmp/DISABLE-SHA1.pmod' on the Ansible Controller #14895
Comments
thanks for your support |
can you explain what you are trying to achieve? Are you trying to build a custom execution environment? Are you trying to copy a file into awx-ee container (that is running in the awx-task pod)? If you can detail what you are ultimately trying to achieve, we can steer you in the right direction |
if you are trying to push a file to your managed hosts, and want that file to exist in the automation job pod, you might look at this setting in AWX https://ansible.readthedocs.io/projects/awx/en/latest/administration/isolation_variables.html |
Hi I updated job settings in my awx web interface without success: { Thanks for your support |
Hello
Yes I am trying to copy file from awx-ee via adhoc command from awx
inventory
Thanks for your help
Le mer. 21 févr. 2024, 19:28, Seth Foster ***@***.***> a
écrit :
… can you explain what you are trying to achieve? Are you trying to build a
custom execution environment? Are you trying to copy a file into awx-ee
container (that is running in the awx-task pod)? If you can detail what you
are ultimately trying to achieve, we can steer you in the right direction
—
Reply to this email directly, view it on GitHub
<#14895 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE7AIBZFKVZ4XTMBIIJAMPLYUY4DDAVCNFSM6AAAAABDOE44M2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJXGYZTONJVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi Some news ? |
Hi some news ? thanks |
Please confirm the following
security@ansible.com
instead.)Bug Summary
Hi
I try to copy file from my awx adhoc command job (from inventory) but can not
src=/tmp/DISABLE-SHA1.pmod dest=/usr/share/crypto-policies/policies/modules/DISABLE-CBC.pmod owner=root group=root mode=644
I coped file locally in /tmp on awx-ee but job failed :
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option
vmdedrfes03 | FAILED! => {
"changed": false,
"msg": "Could not find or access '/tmp/DISABLE-CBC.pmod' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"
}
AWX version
23.6.0
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
2.12.5
Operating system
Red Hat
Web browser
Chrome
Steps to reproduce
copy file on awx-ee first under /tmp
execute adhoc command via copy module (from awx inventory ) to copy file on each managed node
Expected results
file be copied
Actual results
expect the file to exist on the remote, see the remote_src option
vmdedrfes03 | FAILED! => {
"changed": false,
"msg": "Could not find or access '/tmp/DISABLE-CBC.pmod' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"
}
Additional information
No response
The text was updated successfully, but these errors were encountered: