Class: Ansible::Ruby::Modules::Rhn_channel

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

Overview

Adds or removes Red Hat software channels.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#nameString

Returns Name of the software channel.

Returns:

  • (String)

    Name of the software channel.



12
# File 'lib/ansible/ruby/modules/generated/packaging/os/rhn_channel.rb', line 12

attribute :name

#passwordString

Returns RHN/Satellite password.

Returns:

  • (String)

    RHN/Satellite password.



32
# File 'lib/ansible/ruby/modules/generated/packaging/os/rhn_channel.rb', line 32

attribute :password

#stateString?

Returns Whether the channel should be present or not, taking action if the state is different from what is stated.

Returns:

  • (String, nil)

    Whether the channel should be present or not, taking action if the state is different from what is stated.



20
# File 'lib/ansible/ruby/modules/generated/packaging/os/rhn_channel.rb', line 20

attribute :state

#sysnameString

Returns Name of the system as it is known in RHN/Satellite.

Returns:

  • (String)

    Name of the system as it is known in RHN/Satellite.



16
# File 'lib/ansible/ruby/modules/generated/packaging/os/rhn_channel.rb', line 16

attribute :sysname

#urlString

Returns The full URL to the RHN/Satellite API.

Returns:

  • (String)

    The full URL to the RHN/Satellite API.



24
# File 'lib/ansible/ruby/modules/generated/packaging/os/rhn_channel.rb', line 24

attribute :url

#userString

Returns RHN/Satellite login.

Returns:

  • (String)

    RHN/Satellite login.



28
# File 'lib/ansible/ruby/modules/generated/packaging/os/rhn_channel.rb', line 28

attribute :user