Skip to content

chore: update the website with ansible support#2116

Merged
aknysh merged 3 commits intomainfrom
add-ansible-to-website-docs
Feb 27, 2026
Merged

chore: update the website with ansible support#2116
aknysh merged 3 commits intomainfrom
add-ansible-to-website-docs

Conversation

@RoseSecurity
Copy link
Contributor

@RoseSecurity RoseSecurity commented Feb 26, 2026

what

Note

Feel free to dismiss or close this. Just wanted to publicize the Ansible support as a first-class component!

  • Added "Ansible" to the animated list of tools in the hero section and updated the visually hidden text for accessibility to include Ansible.
  • Updated the footer message to mention Ansible alongside Terraform/OpenTofu and Packer, making it clear that teams can use these tools with Atmos.

why

  • This pull request updates the website's homepage to highlight support for Ansible in addition to existing tools. The changes ensure Ansible is included in both the animated tool list and the page's accessibility text, as well as in the footer messaging.

Summary by CodeRabbit

  • New Features

    • Added Ansible to the homepage's rotating featured technologies.
    • Updated homepage promotional copy to mention Ansible alongside Terraform/OpenTofu and Packer.
  • Accessibility

    • Updated visually-hidden/screen-reader text to include Ansible in the spoken description of the rotating showcase.

@RoseSecurity RoseSecurity requested a review from a team as a code owner February 26, 2026 21:58
@github-actions github-actions bot added the size/xs Extra small size PR label Feb 26, 2026
@github-actions
Copy link

github-actions bot commented Feb 26, 2026

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Files

None

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between db40390 and 72ec3d5.

📒 Files selected for processing (1)
  • website/src/pages/index.js
🚧 Files skipped from review as they are similar to previous changes (1)
  • website/src/pages/index.js

📝 Walkthrough

Walkthrough

Added "Ansible" to the TypingAnimation words array, updated the visually-hidden accessibility text to include Ansible, and adjusted the footer promotional copy to reference Ansible alongside Terraform/OpenTofu and Packer.

Changes

Cohort / File(s) Summary
Homepage Content Updates
website/src/pages/index.js
Inserted Ansible into the TypingAnimation words list, updated the visually-hidden accessibility string to list Ansible, and changed the footer promo line to mention Ansible alongside Terraform/OpenTofu and Packer.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

no-release

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: adding Ansible support mentions to the website across multiple sections (hero animation, accessibility text, and footer).

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-ansible-to-website-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@website/src/pages/index.js`:
- Line 150: Update the footer H3 copy that currently reads "Your team can
succeed with Terraform/OpenTofu, Ansible, and more today." to explicitly include
"Packer" so it mentions Terraform/OpenTofu, Packer, Ansible (e.g., "Your team
can succeed with Terraform/OpenTofu, Packer, Ansible, and more today."); modify
the JSX string inside the <h3> element to add Packer while keeping the existing
styling (strong.underline) intact.

ℹ️ Review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between d18a81a and 8015e3a.

📒 Files selected for processing (1)
  • website/src/pages/index.js

@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.49%. Comparing base (d18a81a) to head (72ec3d5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2116   +/-   ##
=======================================
  Coverage   76.48%   76.49%           
=======================================
  Files         831      831           
  Lines       79254    79254           
=======================================
+ Hits        60620    60623    +3     
+ Misses      14839    14837    -2     
+ Partials     3795     3794    -1     
Flag Coverage Δ
unittests 76.49% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RoseSecurity RoseSecurity added the no-release Do not create a new release (wait for additional code changes) label Feb 27, 2026
coderabbitai[bot]
coderabbitai bot previously approved these changes Feb 27, 2026
- Move Ansible before Devcontainers in typing animation
- Fix "Pakcer" typo to "Packer" in footer
@aknysh aknysh merged commit 50b760f into main Feb 27, 2026
57 checks passed
@aknysh aknysh deleted the add-ansible-to-website-docs branch February 27, 2026 14:38
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

These changes were released in v1.208.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-release Do not create a new release (wait for additional code changes) size/xs Extra small size PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants