Skip to content
Open
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
3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ parameters:
ssh_user: centos
ssh_key_name: default

# List of prefixes allowed to SSH to nodes
allowed_ssh_prefixes: "192.168.0.0/24,10.0.1.0/24"

# Set the image type and size for the VMs
bastion_image: centos72
bastion_flavor: m1.medium
Expand Down
Loading