How to authenticate with token to REST API
How to authenticate with server and retrieve a token. Then submit a JSON file via REST API.
How to authenticate with server and retrieve a token. Then submit a JSON file via REST API.
How to expand a variables using Jinja2 template
How to cache facts locally when not using Tower
How to use Azure REST API.
How to enable or disable a host during import
How to test connection to host
How to accept EULA when yum installing something?
Loops
How to create a virtual NIC on vnet from a different resource group.
Wait until a lock file is removed by other process - name: Wait until lock file is stat: path: "" register: lck_file until: lck_file.stat...