app
2 Ansible tutorials tagged “app”. Working examples covering automation, configuration management, and DevOps workflows.
Submit a GET request to a REST API endpoint — Interact with web services — Ansible module uri
playbooks · 4
How to retrieve a JSON list of users via a GET request to a REST API web service HTTPS endpoint from a remote Linux host in a few lines of Ansible code.
Ansible URI — POST & Token Auth Demo
playbooks · 4
Use Ansible to send a POST request and retrieve a token from a server. Learn to automate login processes with Ansible's URI module.