Class: Ansible::Ruby::Modules::Os_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb

Overview

Manage OpenStack Identity users. Users can be created, updated or deleted using this module. A user will be updated if I(name) matches an existing user and I(state) is present. The value for I(name) cannot be updated without deleting and re-creating the user.

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

#availability_zoneObject?



47
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 47

attribute :availability_zone

#default_projectString?



31
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 31

attribute :default_project

#descriptionObject?



28
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 28

attribute :description

#domainString?



35
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 35

attribute :domain

#emailString?



24
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 24

attribute :email

#enabled:yes, ...



39
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 39

attribute :enabled

#nameString



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 12

attribute :name

#passwordString?



16
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 16

attribute :password

#state:present, ...



43
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 43

attribute :state

#update_password:always, ...



20
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user.rb', line 20

attribute :update_password