Class: Ansible::Ruby::Modules::Swupd
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Swupd
- Defined in:
- lib/ansible/ruby/modules/generated/packaging/os/swupd.rb
Overview
Manages updates and bundles with the swupd bundle manager, which is used by the Clear Linux Project for Intel Architecture.
Instance Method Summary collapse
-
#contenturl ⇒ Object?
URL pointing to the contents of available bundles.
-
#format ⇒ Object?
The format suffix for version file downloads.
-
#manifest ⇒ Integer?
The manifest contains information about the bundles at certaion version of the OS.
-
#name ⇒ String?
Name of the (I)bundle to install or remove.
-
#state ⇒ :present, ...
Indicates the desired (I)bundle state.
-
#update ⇒ Boolean?
Updates the OS to the latest version.
-
#url ⇒ Object?
Overrides both I(contenturl) and I(versionurl).
-
#verify ⇒ Boolean?
Verify content for OS version.
-
#versionurl ⇒ Object?
URL for version string download.
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
#contenturl ⇒ Object?
Returns URL pointing to the contents of available bundles. If not specified, the contents are retrieved from clearlinux.org.
12 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 12 attribute :contenturl |
#format ⇒ Object?
Returns The format suffix for version file downloads. For example [1,2,3,staging,etc]. If not specified, the default format is used.
15 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 15 attribute :format |
#manifest ⇒ Integer?
Returns The manifest contains information about the bundles at certaion version of the OS. Specify a Manifest version to verify against that version or leave unspecified to verify against the current version.
18 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 18 attribute :manifest |
#name ⇒ String?
Returns Name of the (I)bundle to install or remove.
22 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 22 attribute :name |
#state ⇒ :present, ...
Returns Indicates the desired (I)bundle state. C(present) ensures the bundle is installed while C(absent) ensures the (I)bundle is not installed.
26 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 26 attribute :state |
#update ⇒ Boolean?
Returns Updates the OS to the latest version.
30 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 30 attribute :update |
#url ⇒ Object?
Returns Overrides both I(contenturl) and I(versionurl).
34 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 34 attribute :url |
#verify ⇒ Boolean?
Returns Verify content for OS version.
37 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 37 attribute :verify |
#versionurl ⇒ Object?
Returns URL for version string download.
41 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 41 attribute :versionurl |