Skip to content

amazon.aws.ec2_import_image: platform : Update ec2_import_image.py #2526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: stable-9
Choose a base branch
from

Conversation

theputta
Copy link
Contributor

SUMMARY

Add Ubuntu Server VM image import task

  • Added Ubuntu Server 20.04 LTS image import task
  • Configured for Linux platform
  • Using VMDK format from S3 storage
ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

amazon.aws.ec2_import_image:
platform

Add Ubuntu Server VM image import task
- Added Ubuntu Server 20.04 LTS image import task
- Configured for Linux platform
- Using VMDK format from S3 storage
Copy link

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/amazon.aws/actions/runs/13269479591

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/amazon.aws/branch/main

File changes:

  • M collections/amazon/aws/ec2_import_image_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/ec2_import_image_module.html b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/ec2_import_image_module.html
index c1ace79..044c203 100644
--- a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/ec2_import_image_module.html
+++ b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/ec2_import_image_module.html
@@ -606,6 +606,18 @@ see <a class="reference internal" href="#ansible-collections-amazon-aws-ec2-impo
 <span class="w">  </span><span class="nt">amazon.aws.ec2_import_image</span><span class="p">:</span>
 <span class="w">    </span><span class="nt">state</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">absent</span>
 <span class="w">    </span><span class="nt">task_name</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;clone-vm-import-image&quot;</span>
+
+<span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Import Linux VM image</span>
+<span class="w">  </span><span class="nt">amazon.aws.ec2_import_image</span><span class="p">:</span>
+<span class="w">    </span><span class="nt">state</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">present</span>
+<span class="w">    </span><span class="nt">task_name</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;ubuntu-server-import&quot;</span>
+<span class="w">    </span><span class="nt">platform</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;Linux&quot;</span>
+<span class="w">    </span><span class="nt">disk_containers</span><span class="p">:</span>
+<span class="w">      </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">format</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">vmdk</span>
+<span class="w">        </span><span class="nt">user_bucket</span><span class="p">:</span>
+<span class="w">          </span><span class="nt">s3_bucket</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;linux-images&quot;</span>
+<span class="w">          </span><span class="nt">s3_key</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;ubuntu-20.04.vmdk&quot;</span>
+<span class="w">        </span><span class="nt">description</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;Ubuntu</span><span class="nv"> </span><span class="s">Server</span><span class="nv"> </span><span class="s">20.04</span><span class="nv"> </span><span class="s">LTS&quot;</span>
 </pre></div>
 </div>
 </section>

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/f7f2591e80ff4c6fbcb20250b0505524

✔️ ansible-galaxy-importer SUCCESS in 8m 14s
✔️ build-ansible-collection SUCCESS in 10m 42s
✔️ ansible-test-splitter SUCCESS in 4m 15s
Skipped 44 jobs

@gravesm
Copy link
Member

gravesm commented Feb 11, 2025

Thanks for taking the time to submit documentation updates. Could you please batch all your documentation PRs into one PR please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants