Skip to content

Commit

Permalink
matching RHPDS to master branch of github.com/ansible/workshops (#1690)
Browse files Browse the repository at this point in the history
- changing networking to network to match workshop scaffolding and reduce complexity
- adding RHEL 90 workshop (shortened version of workshop)

see release PR here: ansible/workshops#819 . this is not merged yet, trying to coordinate RHPDS with master branch changes that affect RHPDS

Co-authored-by: Tony Kay <ankay@redhat.com>
  • Loading branch information
IPvSean and tonykay authored May 6, 2020
1 parent 564fd59 commit b8b8aa9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

autolicense: true
towerinstall: true
workshop_type: networking
workshop_type: network
network_type: arista
...
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

autolicense: true
towerinstall: true
workshop_type: networking
workshop_type: network
network_type: cisco
...
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

autolicense: true
towerinstall: true
workshop_type: networking
workshop_type: network
network_type: juniper
...
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

autolicense: true
towerinstall: true
workshop_type: networking
workshop_type: network
#network_type: multivendor
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# 2020-03-10 Ansible Workshop RHEL with Tower

autolicense: true
towerinstall: true # Installs latest Tower
workshop_type: rhel_90
...
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# 2020-03-10 Ansible Workshop RHEL with Tower

autolicense: true
towerinstall: true # Installs latest Tower
towerinstall: true # Installs latest Tower
workshop_type: rhel
...

0 comments on commit b8b8aa9

Please sign in to comment.