Class: Ansible::Ruby::Modules::Nxos_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb

Overview

This module provides declarative management of the local usernames configured on Cisco Nexus devices. It allows playbooks to manage either individual usernames or the collection of usernames in the current running config. It also supports purging usernames from the configuration that are not explicitly defined.

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

#aggregateObject?



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 12

attribute :aggregate

#configured_passwordObject?



19
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 19

attribute :configured_password

#nameString?



15
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 15

attribute :name

#purge:yes, ...



33
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 33

attribute :purge

#roleObject?



26
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 26

attribute :role

#sshkeyString?



29
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 29

attribute :sshkey

#state:present, ...



37
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 37

attribute :state

#update_password:on_create, ...



22
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_user.rb', line 22

attribute :update_password