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

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

Overview

This module provides user management for ejabberd servers

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

#hostString

Returns the ejabberd host associated with this username.

Returns:

  • (String)

    the ejabberd host associated with this username



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

attribute :host

#loggingSymbol?

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

Returns:

  • (Symbol, nil)

    enables or disables the local syslog facility for this module



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

attribute :logging

#passwordString?

Returns the password to assign to the username.

Returns:

  • (String, nil)

    the password to assign to the username



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

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



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

attribute :state

#usernameString

Returns the name of the user to manage.

Returns:

  • (String)

    the name of the user to manage



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

attribute :username