c2620b0c85
This uses a new Ansible module, ec2_snapshot_import, which is included here until it is available from upstream. It will upload the AMI to s3, convert it to a snapshot, and then register the snapshot as an AMI. The s3 object is deleted when it has been successfully uploaded.
30 lines
446 B
TOML
30 lines
446 B
TOML
display = "AWS"
|
|
|
|
supported_types = [
|
|
"ami",
|
|
]
|
|
|
|
[settings-info.aws_access_key]
|
|
display = "AWS Access Key"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.aws_secret_key]
|
|
display = "AWS Secret Key"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.aws_region]
|
|
display = "AWS Region"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.aws_bucket]
|
|
display = "AWS Bucket"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|