Class: Ansible::Ruby::Modules::Ejabberd_user
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ejabberd_user
- Defined in:
- lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb
Instance Method Summary collapse
-
#host ⇒ String
The ejabberd host associated with this username.
-
#logging ⇒ Boolean?
Enables or disables the local syslog facility for this module.
-
#password ⇒ String?
The password to assign to the username.
-
#state ⇒ :present, ...
Describe the desired state of the user to be managed.
-
#username ⇒ String
The name of the user to manage.
Methods inherited from Base
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
#host ⇒ String
Returns the ejabberd host associated with this username.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 14 attribute :host |
#logging ⇒ Boolean?
Returns 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 |
#password ⇒ String?
Returns 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.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 26 attribute :state |
#username ⇒ String
Returns the name of the user to manage.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb', line 10 attribute :username |