Recent posts

Searching in AAP inventory using chain filter

less than 1 minute read

Within an inventory, we need to find hosts that are imported today from one source but not from the other. This will require the chain filter. Mindful of t...

Using AAP Oauth Application

3 minute read

OAuth users are blocked to create token by default. We would still want to create token to allow other applications that use NPID users to able to connect t...

Using AAP session authentication for API calls

1 minute read

While reading the Automation execution API overview doc, I noticed that beside OAuth 2 token, and basic auth with username and password, we can also use gate...

Setting up Windows VM on RHEL with GPU passthru

2 minute read

Background Instead of dual boot my PC, I want to use RHEL as my main OS and run the Windows 11 as a VM on top. However, gaming will be terrible without a de...

Using HashiCorp Vault Signed SSH with AAP

1 minute read

In this post Using signed SSH certificate in AAP, we sign the the SSH key on command line before we create the AAP machine credential. In this article, we w...

Using Datadog as External Logging for AAP

1 minute read

If you want to integrate Datadog logging directly with the playbooks or projects, check out this article KB3982961 and Datadog callback plugin

Some useful examples of using map

less than 1 minute read

Apped some string to a list of string vars: file_name: - 'my_file' - 'some_other_file' tasks: - name: List all similar files ...

Automation Hub Private Repository

1 minute read

Background We want to allow users to create they own collection under company namespace, but not sharing with the rest of the Hub users