forked from ansible/workshops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing directions to make it more clear
- Loading branch information
Showing
6 changed files
with
36 additions
and
32 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
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
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
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ec2_region: us-east-1 # region where the nodes will live | ||
ec2_name_prefix: TESTWORKSHOP # name prefix for all the VMs | ||
admin_password: ansible | ||
student_total: 2 | ||
student_total: 2 # amount of work benches to provision | ||
## Optional Variables | ||
localsecurity: false # skips firewalld installation and SE Linux when false | ||
create_login_page: true | ||
networking: true | ||
admin_password: ansible # password used for student account on control node | ||
localsecurity: false # skips firewalld installation and SE Linux when false | ||
create_login_page: true # creates HTML website for workshop | ||
networking: true # workshop is put into networking mode, uses two Cisco IOS-XE devices |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ec2_region: us-east-1 # region where the nodes will live | ||
ec2_name_prefix: TESTWORKSHOP # name prefix for all the VMs | ||
admin_password: ansible | ||
student_total: 2 | ||
student_total: 2 # amount of work benches to provision | ||
## Optional Variables | ||
admin_password: ansible # password used for student account on control node | ||
localsecurity: false # skips firewalld installation and SE Linux when false | ||
create_login_page: true | ||
create_login_page: true # creates HTML website for workshop |