From 516e7f808971e1bcc73c6519684a93099c265dcb Mon Sep 17 00:00:00 2001 From: Nicolas Leiva Date: Fri, 28 Jul 2023 20:26:47 -0400 Subject: [PATCH] Add Ansible SDK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99ba4d0..0d67829 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Curated list of Ansible resources online organized by topic. - [8 ways to speed up your Ansible playbooks](https://www.redhat.com/sysadmin/faster-ansible-playbook-execution): Integrate appropriate optimization techniques into your Ansible playbooks. - [5 ways to make your Ansible modules work faster](https://www.redhat.com/sysadmin/faster-ansible-modules): When it comes to complex and lengthy workflows, you need to consider how to optimize the way you use modules so you can speed up your playbooks. - [Metrics endpoint](https://docs.ansible.com/automation-controller/latest/html/administration/metrics.html#metrics): Available in the API: `/api/v2/metrics/`. It surfaces instantaneous metrics about the controller, which can be consumed by system monitoring software like the open source project Prometheus. +- [Ansible SDK for Python](https://github.com/ansible/ansible-sdk): The Ansible SDK provides a lightweight Python library for dispatching and live-monitoring Ansible tasks, roles, and playbooks from the product or project. ### Testing - [Developing and Testing Ansible Roles with Molecule and Podman - Part 1](https://www.ansible.com/blog/developing-and-testing-ansible-roles-with-molecule-and-podman-part-1)