Posts

Replace Ansible Tower Inventory script to AAP

Image
 Ansible Tower Inventory script no longer available on AAP.  1. Work around, using ansible playbook to do the same job.  2. Use redhat suggested method to use project and script (not clear and most likely python script need to re-write due to old  modules.) https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python <- tower old days... world changing fast... How to migrate inventory scripts from Red Hat Ansible tower to Red Hat Ansible Automation Platform? https://access.redhat.com/solutions/6997130 Not clear what need to do, after testing, eventually it can work in AAP. GIThub scouce example: https://github.com/bluesky255255/ansible_sync Credit - https://github.com/lucasafonsokremer/python-awx-vmware <- using this python script as POC.

Openshift cert-manager integrate with ACME IdM on RHEL (Technical Preview)

Image
Explore ACME on IdM Redhat IPA (freeipa) AMCE in technical preview  The Automated Certificate Management Environment (ACME) service is now available in Identity Management (IdM) as a Technology Preview. <- RHEL 9.1 https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/9.1_release_notes/index#technology-preview_identity-management In RHEL 9.2. ACME now supports automatically removing expired certificates, but no mention about it is GA https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/9.2_release_notes/index#technology-preview_identity-management In RHEL 9.3 ACME available as a Technology Preview https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/9.3_release_notes/index#technology-preview_identity-management P.s. IdM is a software that comes with RHEL. only need one RHEL subscription. It supports replica (like MS domain controllers replication), but for simple setup, we may consider...