radware / radware.radware_alteon / 1.1.2 / module / alteon_mng_device_reboot Perform Alteon reboot | "added in version" 1.0.0 of radware.radware_alteon" Authors: Leon Meguira (@leonmeguira), Nati Fridman (@natifridman) stableinterface | supported by certifiedradware.radware_alteon.alteon_mng_device_reboot (1.1.2) — module
Install with ansible-galaxy collection install radware.radware_alteon:==1.1.2
collections: - name: radware.radware_alteon version: 1.1.2
Perform Alteon reboot with stateful option (device return)
- name: alteon device reboot radware.radware_alteon.alteon_mng_device_reboot: provider: server: 192.168.1.1 user: admin password: admin validate_certs: false https_port: 443 ssh_port: 22 timeout: 5 command: reboot timeout_seconds: 300
command: choices: - reboot - reboot_stateful default: null description: - Action to run. required: true type: str provider: description: - Radware Alteon connection details. required: true suboptions: https_port: default: null description: - Radware Alteon https port. required: true password: default: null description: - Radware Alteon password. required: true server: default: null description: - Radware Alteon IP address. required: true ssh_port: default: null description: - Radware Alteon ssh port. required: true timeout: default: null description: - Timeout for connection. required: true user: default: null description: - Radware Alteon username. required: true validate_certs: default: null description: - If C(false), SSL certificates will not be validated. - This should only set to C(false) used on personally controlled sites using self-signed certificates. required: true type: bool type: dict timeout_seconds: default: 600 description: - Stateful Reboot timeout in seconds. required: false type: int fail_on_pending_cfg: default: false description: - will not reboot the device if there is pending configuration required: false type: bool
status: description: Message detailing run result returned: success sample: Device Reset type: str