ansible-skills-admin

Manage Ansible skill lifecycles across distributed gateways with drift cleanup.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/likesjx/openclaw-skill-ansible --skill ansible-skills-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ansible-skills-admin
Source: https://github.com/likesjx/openclaw-skill-ansible/tree/main/skills/ansible-skills-admin
Command: npx skills add https://github.com/likesjx/openclaw-skill-ansible --skill ansible-skills-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Ansible skill deployments across multiple gateways, ensuring consistency and preventing configuration drift.

Core Features & Use Cases

  • Source-of-Truth Management: Enforces a canonical repository as the single source of truth for skill configurations.
  • Deployment Verification: Verifies that runtime skill mirrors match the canonical version.
  • Drift Cleanup: Provides mechanisms to reconcile differences between canonical and runtime versions.
  • Use Case: When updating an Ansible skill, use this to ensure the changes are correctly deployed and synchronized across all your gateway instances.

Quick Start

Use the ansible-skills-admin skill to reconcile the local skill mirror with the canonical repository.

Frequently Asked Questions about ansible-skills-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent configuration drift across distributed Ansible gateways?

To prevent configuration drift across distributed Ansible gateways, you must enforce a canonical repository as the single source of truth for skill configurations. This ensures runtime skill mirrors match the canonical version by verifying deployments and reconciling differences through drift cleanup workflows.

What is the best way to synchronize Ansible skill deployments across multiple gateways?

The best way to synchronize Ansible skill deployments is to use standard workflows for editing, committing, pulling, verifying, and restarting gateways. This approach enforces a canonical repository policy for golden source management and verifies local runtime mirror parity.

How do I verify that my local runtime skill mirror matches the canonical Ansible version?

You can verify that your local runtime skill mirror matches the canonical Ansible version by running required checks for canonical clean state and local runtime mirror parity. The skill provides deployment verification mechanisms to ensure runtime mirrors match the canonical repository.

When do I need to run drift cleanup procedures for Ansible skills?

You need to run drift cleanup procedures for Ansible skills when required checks detect discrepancies between your canonical clean state and local or VPS runtime mirror parity. The skill provides triage procedures to reconcile these detected differences and restore consistency across gateways.

Can I use this skill to manage the entire lifecycle of Ansible skills on VPS instances?

Yes, you can manage the entire lifecycle of Ansible skills on VPS instances. The skill handles source-of-truth edits, mirror synchronization, deployment verification, and drift cleanup, including required checks for VPS mirror parity to ensure consistency.