Class: Ansible::Ruby::Modules::Junos_user
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_user
- Defined in:
- lib/ansible/ruby/modules/generated/network/junos/junos_user.rb
Overview
This module manages locally configured user accounts on remote network devices running the JUNOS operating system. It provides a set of arguments for creating, removing and updating locally defined accounts
Instance Method Summary collapse
-
#active ⇒ :yes, ...
Specifies whether or not the configuration is active or deactivated.
-
#aggregate ⇒ Array<Hash>, ...
The C(aggregate) argument defines a list of users to be configured on the remote device.
-
#full_name ⇒ Object?
The C(full_name) argument provides the full name of the user account to be created on the remote device.
-
#name ⇒ String?
The C(name) argument defines the username of the user to be created on the system.
-
#purge ⇒ :yes, ...
The C(purge) argument instructs the module to consider the users definition absolute.
-
#role ⇒ :operator, ...
The C(role) argument defines the role of the user account on the remote system.
-
#sshkey ⇒ String?
The C(sshkey) argument defines the public SSH key to be configured for the user account on the remote system.
-
#state ⇒ :present, ...
The C(state) argument configures the state of the user definitions as it relates to the device operational configuration.
Methods inherited from Base
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
#active ⇒ :yes, ...
39 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 39 attribute :active |
#aggregate ⇒ Array<Hash>, ...
12 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 12 attribute :aggregate |
#full_name ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 20 attribute :full_name |
#name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 16 attribute :name |
#purge ⇒ :yes, ...
31 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 31 attribute :purge |
#role ⇒ :operator, ...
23 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 23 attribute :role |
#sshkey ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 27 attribute :sshkey |
#state ⇒ :present, ...
35 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 35 attribute :state |