Class: Ansible::Ruby::Modules::Panos_admpwd

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

Overview

Change the admin password of PAN-OS via SSH using a SSH key for authentication. Useful for AWS instances where the first login should be done via SSH.

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

#ip_addressString



13
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_admpwd.rb', line 13

attribute :ip_address

#key_filenameString



21
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_admpwd.rb', line 21

attribute :key_filename

#newpasswordString



25
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_admpwd.rb', line 25

attribute :newpassword

#usernameString?



17
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_admpwd.rb', line 17

attribute :username