Class: Ansible::Ruby::Modules::Puppet

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/system/puppet.rb

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, #to_h, validates

Constructor Details

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

Instance Method Details

#certnameString?

Returns The name to use when handling certificates.

Returns:

  • (String, nil)

    The name to use when handling certificates.



35
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 35

attribute :certname

#environmentString?

Returns Puppet environment to be used.

Returns:

  • (String, nil)

    Puppet environment to be used.



27
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 27

attribute :environment

#executeString?

Returns Execute a specific piece of Puppet code. It has no effect with a puppetmaster.

Returns:

  • (String, nil)

    Execute a specific piece of Puppet code. It has no effect with a puppetmaster.



43
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 43

attribute :execute

#facter_basenameString?

Returns Basename of the facter output file.

Returns:

  • (String, nil)

    Basename of the facter output file



23
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 23

attribute :facter_basename

#factsObject?

Returns A dict of values to pass in as persistent external facter facts.

Returns:

  • (Object, nil)

    A dict of values to pass in as persistent external facter facts



20
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 20

attribute :facts

#logdest:stdout, ...

Returns Where the puppet logs should go, if puppet apply is being used.

Returns:

  • (:stdout, :syslog, nil)

    Where the puppet logs should go, if puppet apply is being used



31
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 31

attribute :logdest

#manifestObject?

Returns Path to the manifest file to run puppet apply on.

Returns:

  • (Object, nil)

    Path to the manifest file to run puppet apply on.



17
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 17

attribute :manifest

#puppetmasterObject?

Returns The hostname of the puppetmaster to contact.

Returns:

  • (Object, nil)

    The hostname of the puppetmaster to contact.



14
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 14

attribute :puppetmaster

#tagsArray<String>, ...

Returns A comma-separated list of puppet tags to be used.

Returns:

  • (Array<String>, String, nil)

    A comma-separated list of puppet tags to be used.



39
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 39

attribute :tags

#timeoutString?

Returns How long to wait for I(puppet) to finish.

Returns:

  • (String, nil)

    How long to wait for I(puppet) to finish.



10
# File 'lib/ansible/ruby/modules/generated/extras/system/puppet.rb', line 10

attribute :timeout