Class: Ansible::Ruby::Modules::Cobbler_system
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cobbler_system
- 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
-
#host ⇒ String?
The name or IP address of the Cobbler system.
-
#interfaces ⇒ Hash?
A list of dictionaries containing interface options.
-
#name ⇒ String?
The system name to manage.
-
#password ⇒ String
The password to log in to Cobbler.
-
#port ⇒ Object?
Port number to be used for REST connection.,The default value depends on parameter C(use_ssl).
-
#properties ⇒ Hash?
A dictionary with system properties.
-
#state ⇒ :absent, ...
Whether the system should be present, absent or a query is made.
-
#sync ⇒ Symbol?
Sync on changes.,Concurrently syncing Cobbler is bound to fail.
-
#use_ssl ⇒ :yes, ...
If C(no), an HTTP connection will be used instead of the default HTTPS connection.
-
#username ⇒ String?
The username to log in to Cobbler.
-
#validate_certs ⇒ :yes, ...
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.
Methods inherited from Base
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
#host ⇒ String?
Returns 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 |
#interfaces ⇒ Hash?
Returns A list of dictionaries containing interface options.
43 |
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 43 attribute :interfaces |
#name ⇒ String?
Returns The system name to manage.
35 |
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 35 attribute :name |
#password ⇒ String
Returns The password to log in to Cobbler.
23 |
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 23 attribute :password |
#port ⇒ Object?
Returns 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 |
#properties ⇒ Hash?
Returns 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.
51 |
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 51 attribute :state |
#sync ⇒ Symbol?
Returns 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.
27 |
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 27 attribute :use_ssl |
#username ⇒ String?
Returns 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.
31 |
# File 'lib/ansible/ruby/modules/generated/remote_management/cobbler/cobbler_system.rb', line 31 attribute :validate_certs |