Hi @sylvaing Please see output below: } skipping: [x.x.x.x] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": false, "invocation": { "module_args": { "method": "GET", "return_content": true, "url": "https://x.x.x.x/api/?type=keygen&user=<username>&password=<password>", "validate_certs": false } }, "msg": "remote module (uri) does not support check mode" } PS. Items in Bold have been substituted At the moment I can pull the configs with a script that performs API calls though. Regards John.
... View more