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
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, #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.
26 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 26 attribute :activationkey |
#channels ⇒ Object?
Returns 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 |
#password ⇒ String?
Returns Red Hat Network password.
18 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 18 attribute :password |
#profilename ⇒ String?
Returns 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_url ⇒ String?
Returns 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 |
#sslcacert ⇒ Object?
Returns 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.
10 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 10 attribute :state |
#systemorgid ⇒ Object?
Returns 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 |
#username ⇒ String?
Returns Red Hat Network username.
14 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb', line 14 attribute :username |