Class: Ansible::Ruby::Modules::Ejabberd_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#hostString

Returns the ejabberd host associated with this username.

Returns:

  • (String)

    the ejabberd host associated with this username



14
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 14

attribute :host

#loggingBoolean?

Returns enables or disables the local syslog facility for this module.

Returns:

  • (Boolean, nil)

    enables or disables the local syslog facility for this module



22
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 22

attribute :logging

#passwordString?

Returns the password to assign to the username.

Returns:

  • (String, nil)

    the password to assign to the username



18
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 18

attribute :password

#state:present, ...

Returns describe the desired state of the user to be managed.

Returns:

  • (:present, :absent, nil)

    describe the desired state of the user to be managed



26
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 26

attribute :state

#usernameString

Returns the name of the user to manage.

Returns:

  • (String)

    the name of the user to manage



10
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 10

attribute :username