Class: Ansible::Ruby::Modules::Rhn_register

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb

Overview

Manage registration to the Red Hat Network.

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

#activationkeyString?

Returns supply an activation key for use with registration.

Returns:

  • (String, nil)

    supply an activation key for use with registration



27
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 27

attribute :activationkey

#channelsObject?

Returns Optionally specify a list of comma-separated channels to subscribe to upon successful registration.

Returns:

  • (Object, nil)

    Optionally specify a list of comma-separated channels to subscribe to upon successful registration.



41
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 41

attribute :channels

#passwordString?

Returns Red Hat Network password.

Returns:

  • (String, nil)

    Red Hat Network password



19
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 19

attribute :password

#profilenameString?

Returns supply an profilename for use with registration.

Returns:

  • (String, nil)

    supply an profilename for use with registration



31
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 31

attribute :profilename

#server_urlString?

Returns Specify an alternative Red Hat Network server URL.

Returns:

  • (String, nil)

    Specify an alternative Red Hat Network server URL



23
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 23

attribute :server_url

#sslcacertObject?

Returns supply a custom ssl CA certificate file for use with registration.

Returns:

  • (Object, nil)

    supply a custom ssl CA certificate file for use with registration



35
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 35

attribute :sslcacert

#state:present, ...

Returns whether to register (C(present)), or unregister (C(absent)) a system.

Returns:

  • (:present, :absent, nil)

    whether to register (C(present)), or unregister (C(absent)) a system



11
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 11

attribute :state

#systemorgidObject?

Returns supply an organizational id for use with registration.

Returns:

  • (Object, nil)

    supply an organizational id for use with registration



38
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 38

attribute :systemorgid

#usernameString?

Returns Red Hat Network username.

Returns:

  • (String, nil)

    Red Hat Network username



15
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 15

attribute :username