idealista / nginx_role

Ansible role to install nginx http and reverse proxy server
7 stars 2 forks source link

[FEATURE] Use get_url instead of unarchive to have timeout configuration #85

Closed jperera closed 2 years ago

jperera commented 3 years ago

Description

Sometimes the role execution fails due to timeouts downloading extra modules.

Use get_url and then unarchive local file instead of use unarchive directly to have timeout configuration.

Link/s to the specific code that needs a refactor (if applicable)

https://github.com/idealista/nginx_role/blob/master/tasks/install.yml#L15