Class: Ansible::Ruby::Modules::Ipa_service

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/identity/ipa/ipa_service.rb

Overview

Add and delete an IPA service using IPA API

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

#forceSymbol?

Returns Force principal name even if host is not in DNS.

Returns:

  • (Symbol, nil)

    Force principal name even if host is not in DNS.



19
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_service.rb', line 19

attribute :force

#hostsObject?

Returns defines the list of ‘ManagedBy’ hosts.

Returns:

  • (Object, nil)

    defines the list of ‘ManagedBy’ hosts



16
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_service.rb', line 16

attribute :hosts

#krbcanonicalnameObject

Returns principal of the service,Can not be changed as it is the unique identifier.

Returns:

  • (Object)

    principal of the service,Can not be changed as it is the unique identifier.



12
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_service.rb', line 12

attribute :krbcanonicalname

#state:present, ...

Returns State to ensure.

Returns:

  • (:present, :absent, nil)

    State to ensure



23
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_service.rb', line 23

attribute :state