Hi I am not sure if this idea even possible, I want to use Ansible to pull price list from suppliers and remotely send and (copy) into designated inventory (remote servers) these update price lists are in excel and once the price list are updated, the cost and budget are also updated based on the latest changes, can someone please help me if there is a module can do such task.
Hi I am not sure if this idea even possible, I want to use Ansible to pull price list from suppliers and remotely send
and (copy) into designated inventory (remote servers) these update price lists are in excel and once the price list are
updated, the cost and budget are also updated based on the latest changes, can someone please help me if there is a
module can do such task.
It is likely that this is possible, you probably can utilize standard Ansible modules for your project.
"uri" for pulling price lists
"copy" for sending the price lists to the remote servers
"command" to run the updates
Regards
Racke
Hi racke
If the web site requires login user/pw for access right, what module I should use?
Thanks
MC
Hi racke
If the web site requires login user/pw for access right, what module I should use?
Thanks
MC
Hello Michael,
please checkout the examples in the documentation of the URL module:
https://docs.ansible.com/ansible/latest/modules/uri_module.html.
They show how to login and keep the cookie for for subsequent requests.
Regards
Racke