Class: Ansible::Ruby::Modules::Win_get_url

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb

Overview

Fetches a file from a URL and saves to locally

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#destString

Returns The absolute path of the location to save the file at the URL. Be sure to include a filename and extension as appropriate.

Returns:

  • (String)

    The absolute path of the location to save the file at the URL. Be sure to include a filename and extension as appropriate.



15
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 15

attribute :dest

#forceBoolean?

Returns If C(yes), will always download the file. If C(no), will only download the file if it does not exist or the remote file has been modified more recently than the local file.

Returns:

  • (Boolean, nil)

    If C(yes), will always download the file. If C(no), will only download the file if it does not exist or the remote file has been modified more recently than the local file.



19
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 19

attribute :force

#passwordObject?

Returns Basic authentication password.

Returns:

  • (Object, nil)

    Basic authentication password



26
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 26

attribute :password

#proxy_passwordString?

Returns Proxy authentication password.

Returns:

  • (String, nil)

    Proxy authentication password



41
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 41

attribute :proxy_password

#proxy_urlString?

Returns The full URL of the proxy server to download through.

Returns:

  • (String, nil)

    The full URL of the proxy server to download through.



33
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 33

attribute :proxy_url

#proxy_usernameString?

Returns Proxy authentication username.

Returns:

  • (String, nil)

    Proxy authentication username



37
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 37

attribute :proxy_username

#skip_certificate_validationBoolean?

Returns Skip SSL certificate validation if true.

Returns:

  • (Boolean, nil)

    Skip SSL certificate validation if true



29
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 29

attribute :skip_certificate_validation

#urlString

Returns The full URL of a file to download.

Returns:

  • (String)

    The full URL of a file to download



11
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 11

attribute :url

#usernameObject?

Returns Basic authentication username.

Returns:

  • (Object, nil)

    Basic authentication username



23
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 23

attribute :username