Class: Ansible::Ruby::Modules::Assemble

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

Overview

Assembles a configuration file from fragments. Often a particular program will take a single configuration file and does not support a C(conf.d) style structure where it is easy to build up the configuration from multiple sources. C(assemble) will take a directory of files that can be local or have already been transferred to the system, and concatenate them together to produce a destination file. Files are assembled in string sorting order. Puppet calls this idea I(fragments).

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

#backup:yes, ...



20
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 20

attribute :backup

#delimiterString?



24
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 24

attribute :delimiter

#destString



16
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 16

attribute :dest

#ignore_hidden:yes, ...



35
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 35

attribute :ignore_hidden

#regexpObject?



32
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 32

attribute :regexp

#remote_src:yes, ...



28
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 28

attribute :remote_src

#srcString



12
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 12

attribute :src

#validateString?



39
# File 'lib/ansible/ruby/modules/generated/files/assemble.rb', line 39

attribute :validate