|
7 years ago | |
---|---|---|
.. | ||
tasks | 7 years ago | |
README.md | 7 years ago |
Ansible role for copying an AMI
Ansible Modules:
- name: copy the ami for encrypted disks
include_role:
name: openshift_aws_ami_copy
vars:
r_openshift_aws_ami_copy_region: us-east-1
r_openshift_aws_ami_copy_name: myami
r_openshift_aws_ami_copy_src_ami: ami-1234
r_openshift_aws_ami_copy_kms_arn: arn:xxxx
r_openshift_aws_ami_copy_tags: {}
r_openshift_aws_ami_copy_encrypt: False
Apache 2.0
Openshift