-
Notifications
You must be signed in to change notification settings - Fork 24
add code and readme for Event-Driven Network Automation with NetBox and Ansible Automation Platform webinar #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nd Ansible Automation Platform webinar
|
||
All registrants will receive the recording and slides after the live webinar | ||
|
||
## Read More in the Blog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps link to the actual blog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep will update this once the blog is live and I have a URL
The code is split over two directories: | ||
|
||
### playbooks | ||
These are the playbooks that push configuration changes out to the network devices. These are run as jobs by the Automation Execution element of Ansible Automation Platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be "They are run as..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
- name: Events on SQS | ||
sources: | ||
- ansible.eda.aws_sqs_queue: | ||
access_key: "{{ aws_access_key }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it using Event Streams or webhooks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point this is placeholder code for SQS, I will remove it
No description provided.