Skip to content
Snippets Groups Projects
Commit ab8a7d3c authored by Chris King's avatar Chris King
Browse files

Add pkrvars example file

parent b815f993
No related branches found
No related tags found
No related merge requests found
# Favor to use
flavor = "m1.small"
# Source image to build off of - current support with ansible assumes Centos 7
source_image = "some-CentOS-7-image"
# Floating IP network - one will be assigned in order to provision the image
floating_ip_network = "floating-network-name"
# A uuid list of network(s) that the instance should be created in
networks = ["aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"]
# Security group sto add to the instance - you should add at least one that provides ssh access to the machine
security_groups = ["allow ssh"]
# set to 'true' to append a YYYYMMDDHHmm suffix to the image created
image_date_suffix = false
# Set to a public key that will be added as a root ssh key
root_ssh_key = "ecdsa-sha2-nistp256 AAAAyourkeyhere comment string here"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment