Class: Ansible::Ruby::Modules::Rhn_register
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rhn_register
- 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
-
#activationkey ⇒ String?
Supply an activation key for use with registration.
-
#channels ⇒ Object?
Optionally specify a list of comma-separated channels to subscribe to upon successful registration.
-
#password ⇒ String?
Red Hat Network password.
-
#profilename ⇒ String?
Supply an profilename for use with registration.
-
#server_url ⇒ String?
Specify an alternative Red Hat Network server URL.
-
#sslcacert ⇒ Object?
Supply a custom ssl CA certificate file for use with registration.
-
#state ⇒ :present, ...
Whether to register (C(present)), or unregister (C(absent)) a system.
-
#systemorgid ⇒ Object?
Supply an organizational id for use with registration.
-
#username ⇒ String?
Red Hat Network username.
Methods inherited from Base
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
#activationkey ⇒ String?
Returns 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 |
#channels ⇒ Object?
Returns 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 |
#password ⇒ String?
Returns Red Hat Network password.
19 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 19 attribute :password |
#profilename ⇒ String?
Returns 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_url ⇒ String?
Returns 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 |
#sslcacert ⇒ Object?
Returns 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.
11 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 11 attribute :state |
#systemorgid ⇒ Object?
Returns 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 |
#username ⇒ String?
Returns Red Hat Network username.
15 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 15 attribute :username |