/dhall-ansible-0.1.0/defaults/modules/get_url.dhall

Copy path to clipboard

Source

{ backup = None Bool
, checksum = None Text
, client_cert = None Text
, client_key = None Text
, force = None Bool
, force_basic_auth = None Bool
, headers = None Text
, http_agent = None Text
, password = None Text
, sha256sum = None Text
, thirsty = None Bool
, timeout = None Natural
, tmp_dest = None Text
, url_password = None Text
, url_username = None Text
, use_proxy = None Bool
, username = None Text
, validate_certs = None Bool
}