Class: Ansible::Ruby::Modules::Fetch

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/files/fetch.rb

Overview

This module works like M(copy), but in reverse. It is used for fetching files from remote machines and storing them locally in a file tree, organized by hostname. This module is also supported for Windows targets.

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



17
# File 'lib/ansible/ruby/modules/generated/files/fetch.rb', line 17

attribute :dest

#fail_on_missing:yes, ...



21
# File 'lib/ansible/ruby/modules/generated/files/fetch.rb', line 21

attribute :fail_on_missing

#flat:yes, ...



29
# File 'lib/ansible/ruby/modules/generated/files/fetch.rb', line 29

attribute :flat

#srcString



13
# File 'lib/ansible/ruby/modules/generated/files/fetch.rb', line 13

attribute :src

#validate_checksum:yes, ...



25
# File 'lib/ansible/ruby/modules/generated/files/fetch.rb', line 25

attribute :validate_checksum