Class: Ansible::Ruby::Modules::Htpasswd

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

Overview

Add and remove username/password entries in a password file using htpasswd. This is used by web servers such as Apache and Nginx for basic authentication.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#create:yes, ...



33
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/htpasswd.rb', line 33

attribute :create

#crypt_scheme:apr_md5_crypt, ...



25
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/htpasswd.rb', line 25

attribute :crypt_scheme

#nameString



17
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/htpasswd.rb', line 17

attribute :name

#passwordString?



21
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/htpasswd.rb', line 21

attribute :password

#pathString



13
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/htpasswd.rb', line 13

attribute :path

#state:present, ...



29
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/htpasswd.rb', line 29

attribute :state