Created
November 22, 2019 04:00
-
-
Save KyMidd/e692d74d189197a959a1aa28a029c7d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Execute AWS2ASAPlaybook playbook - script pushes to ASA | |
echo "Executing playbook with ansible" | |
ansible-playbook AWS2ASAPlaybook | |
# Finish | |
FINISHDATE=`date '+%m-%d-%Y %H:%M:%S'` | |
echo "Fw1 AWS IPs updated by Ansible on" $FINISHDATE "by" $HOSTNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment