Class: Ansible::Ruby::Modules::Cobbler_system

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

Overview

Add, modify or remove systems in Cobbler

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_system.rb', line 12

attribute :host

#interfacesHash?

Returns A list of dictionaries containing interface options.

Returns:

  • (Hash, nil)

    A list of dictionaries containing interface options.



43
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 43

attribute :interfaces

#nameString?

Returns The system name to manage.

Returns:

  • (String, nil)

    The system name to manage.



35
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 35

attribute :name

#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_system.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_system.rb', line 16

attribute :port

#propertiesHash?

Returns A dictionary with system properties.

Returns:

  • (Hash, nil)

    A dictionary with system properties.



39
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 39

attribute :properties

#state:absent, ...

Returns Whether the system should be present, absent or a query is made.

Returns:

  • (:absent, :present, :query, nil)

    Whether the system should be present, absent or a query is made.



51
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 51

attribute :state

#syncSymbol?

Returns Sync on changes.,Concurrently syncing Cobbler is bound to fail.

Returns:

  • (Symbol, nil)

    Sync on changes.,Concurrently syncing Cobbler is bound to fail.



47
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 47

attribute :sync

#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_system.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_system.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_system.rb', line 31

attribute :validate_certs