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

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

Instance Method Summary collapse

Methods inherited from Base

#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

#activationkeyString?

Returns supply an activation key for use with registration.

Returns:

  • (String, nil)

    supply an activation key for use with registration



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

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.



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

attribute :channels

#passwordString?

Returns Red Hat Network password.

Returns:

  • (String, nil)

    Red Hat Network password



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

attribute :password

#profilenameString?

Returns supply an profilename for use with registration.

Returns:

  • (String, nil)

    supply an profilename for use with registration



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

attribute :profilename

#server_urlString?

Returns Specify an alternative Red Hat Network server URL.

Returns:

  • (String, nil)

    Specify an alternative Red Hat Network server URL



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

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



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

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



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

attribute :state

#systemorgidObject?

Returns supply an organizational id for use with registration.

Returns:

  • (Object, nil)

    supply an organizational id for use with registration



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

attribute :systemorgid

#usernameString?

Returns Red Hat Network username.

Returns:

  • (String, nil)

    Red Hat Network username



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

attribute :username