Class: Ansible::Ruby::Modules::Vyos_command

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

Overview

The command module allows running one or more commands on remote devices running VyOS. This module can also be introspected to validate key parameters before returning successfully. If the conditional statements are not met in the wait period, the task fails. Certain C(show) commands in VyOS produce many lines of output and use a custom pager that can cause this module to hang. If the value of the environment variable C(ANSIBLE_VYOS_TERMINAL_LENGTH) is not set, the default number of 10000 is used.

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

#commandsArray<String>, String



13
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_command.rb', line 13

attribute :commands

#intervalInteger?



29
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_command.rb', line 29

attribute :interval

#match:any, ...



21
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_command.rb', line 21

attribute :match

#retriesInteger?



25
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_command.rb', line 25

attribute :retries

#wait_forArray<String>, ...



17
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_command.rb', line 17

attribute :wait_for