Skip to content
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

Updated README.md to support additional workshop - Ansible Network 90min #1927

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The Red Hat Ansible Automation Workshops project is intended for effectively dem
| Workshop | Public Deck | Red Hat Internal | Exercises | Workshop Type Var |
|---|---|---|---|---|
| **[Ansible Red Hat Enterprise Linux Workshop](./exercises/ansible_rhel_90)** <br> focused on automating Linux platforms like Red Hat Enterprise Linux | [PDF](./decks/ansible_rhel_90.pdf) | [Google Source](https://docs.google.com/presentation/d/1PY1uMh76ChJ0l4v4EANkzwWGXOIT4ktzyu2QOE2MKIk) | [Exercises](./exercises/ansible_rhel_90) | `workshop_type: rhel_90` |
**[Ansible Network Automation Workshop](./exercises/ansible_network)** <br> focused on router and switch platforms like Arista, Cisco, Juniper | [PDF](./decks/ansible_network_90.pdf) | [Google Source](https://docs.google.com/presentation/d/10QhALqWVwsZ1GYfzxAejsKmBB2QeoWo_SNkB1RnzcQo/edit?usp=sharing) | [Exercises](./exercises/ansible_network) | `workshop_type: network` |

## Self Paced Exercises

Expand Down
Binary file added decks/ansible_network_90.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
name: "{{ ec2_info['satellite'].filter }}"
register: sat_amis

- name: debug amis
debug:
msg: "{{ sat_amis }}"

- name: save ami for satellite
set_fact:
sat_ami: >
Expand Down