Tested current IOS playbook
This commit is contained in:
@@ -11,4 +11,12 @@
|
||||
reboot:
|
||||
reboot_timeout: 60
|
||||
msg: Reboot issued by Ansible
|
||||
test_command: whoami
|
||||
test_command: whoami
|
||||
|
||||
- name: Send Webex Teams message via BOT to confirm playbook completion
|
||||
community.general.cisco_webex:
|
||||
recipient_type: toPersonEmail
|
||||
recipient_id: "{{ webex_id }}"
|
||||
msg_type: markdown
|
||||
personal_token: "{{ webex_token }}"
|
||||
msg: "**Host {{ inventory_hostname }} has successfully rebooted.**"
|
||||
Reference in New Issue
Block a user