Tested current IOS playbook

This commit is contained in:
Vlad Raducanu
2022-05-07 16:54:22 +01:00
parent 8efdffa137
commit 94ab963e73
8 changed files with 30 additions and 19 deletions
+9 -1
View File
@@ -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.**"