Class: Ansible::Ruby::Modules::Cobbler_sync

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_sync.rb

Overview

Sync Cobbler to commit changes.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#hostString?

Returns The name or IP address of the Cobbler system.

Returns:

  • (String, nil)

    The name or IP address of the Cobbler system.



12
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_sync.rb', line 12

attribute :host

#passwordString

Returns The password to log in to Cobbler.

Returns:

  • (String)

    The password to log in to Cobbler.



23
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_sync.rb', line 23

attribute :password

#portObject?

Returns Port number to be used for REST connection.,The default value depends on parameter C(use_ssl).

Returns:

  • (Object, nil)

    Port number to be used for REST connection.,The default value depends on parameter C(use_ssl).



16
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_sync.rb', line 16

attribute :port

#use_ssl:yes, ...

Returns If C(no), an HTTP connection will be used instead of the default HTTPS connection.

Returns:

  • (:yes, :no, nil)

    If C(no), an HTTP connection will be used instead of the default HTTPS connection.



27
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_sync.rb', line 27

attribute :use_ssl

#usernameString?

Returns The username to log in to Cobbler.

Returns:

  • (String, nil)

    The username to log in to Cobbler.



19
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_sync.rb', line 19

attribute :username

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated.,This should only set to C(no) when used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated.,This should only set to C(no) when used on personally controlled sites using self-signed certificates.



31
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_sync.rb', line 31

attribute :validate_certs