Skip to content

collection for sharing custom amazon machine images (AMIs)

Notifications You must be signed in to change notification settings

ansible-cloud/share_ami

Repository files navigation

ansible_cloud.share_ami

This is an Ansible content collection for sharing custom amazon machine images (AMIs). If you are using this collection you need to install it.

ansible-galaxy collection install ansible_cloud.share_ami

Table of Contents

Using in Automation controller

You can also directly just use this collection as a project inside Automation controller (part of Red Hat Ansible Automation Platform). Load the Github repository https://github.com/ansible-cloud/share_ami as a project inside automation controller and select the share_ami.yml playbook or the copy_ami.yml playbook. Make sure to set the variables listed in the role documentation. You do NOT need to install the collection to use it directly but you WILL need the amazon.aws collection installed.

copy AMI

This role will copy specified AMIs to other regions and return a list of the new AMI info. It can take a list of AMIs and their existing region and copy to a list of regions.

Documentation for ansible_cloud.share_ami.copy

share AMI

This role will share private AMIs with specified accounts.

Documentation for ansible_cloud.share_ami.share

Requirements

The collection amazon.aws installed. (ansible-galaxy collection install amazon.aws)

See Also:

You can also join us on Slack

More information about contributing

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.

About

collection for sharing custom amazon machine images (AMIs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages