Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.
Open
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 tools/aws_lab_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ To set up lab environments for Ansible training, follow these steps.
ec2_vpc_subnet_id: subnet-5678bbbb # EC2 subnet ID in your VPC
admin_password: changeme123 # Set this to something better if you'd like. Defaults to 'LearnAnsible[two digit month][two digit year]', e.g., LearnAnsible0416
## Optional Variables
ansible_ssh_private_key_file: /path/to/private_key.pem
email: no # Set this if you wish to disable email
sendgrid_user: username # username for the Sendgrid module. Not required if "email: no" is set
sendgrid_pass: 'passwordgoeshere' # sendgrid accound password. Not required if "email: no" is set
Expand Down