Class: Ansible::Ruby::Modules::Fetch
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Fetch
- Defined in:
- lib/ansible/ruby/modules/generated/core/files/fetch.rb
Instance Method Summary collapse
-
#dest ⇒ String
A directory to save the file into.
-
#fail_on_missing ⇒ :yes, ...
Makes it fails when the source file is missing.
-
#flat ⇒ String?
Allows you to override the default behavior of appending hostname/path/to/file to the destination.
-
#src ⇒ String
The file on the remote system to fetch.
-
#validate_checksum ⇒ :yes, ...
Verify that the source and destination checksums match after the files are fetched.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#dest ⇒ String
14 |
# File 'lib/ansible/ruby/modules/generated/core/files/fetch.rb', line 14 attribute :dest |
#fail_on_missing ⇒ :yes, ...
18 |
# File 'lib/ansible/ruby/modules/generated/core/files/fetch.rb', line 18 attribute :fail_on_missing |
#flat ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/core/files/fetch.rb', line 26 attribute :flat |
#src ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/files/fetch.rb', line 10 attribute :src |
#validate_checksum ⇒ :yes, ...
22 |
# File 'lib/ansible/ruby/modules/generated/core/files/fetch.rb', line 22 attribute :validate_checksum |