-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
matching RHPDS to master branch of github.com/ansible/workshops (#1690)
- 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
Showing
6 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
autolicense: true | ||
towerinstall: true | ||
workshop_type: networking | ||
workshop_type: network | ||
network_type: arista | ||
... |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
autolicense: true | ||
towerinstall: true | ||
workshop_type: networking | ||
workshop_type: network | ||
network_type: cisco | ||
... |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
autolicense: true | ||
towerinstall: true | ||
workshop_type: networking | ||
workshop_type: network | ||
network_type: juniper | ||
... |
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
7 changes: 7 additions & 0 deletions
7
ansible/configs/ansible-workshops/vars/rhel_90_tower_workshop_vars.yml
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
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 | ||
... |
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