Hi. Do you have any guide on ansible patching automation using CI/CD? Thanks
@techbeatly Жыл бұрын
I don’t understand exactly. Could you pls explain it here or in the group? (t.me/techbeatly)
@yogeshwaranify Жыл бұрын
Fantastic very useful
@techbeatly Жыл бұрын
Thank You 😊 Glad to hear that.
@arunprasath28033 жыл бұрын
How to register the them machine to satellite ,
@arunprasath28033 жыл бұрын
I have few queries 1)How to register the rhel machines to satellite 2) how to do- subscription-manager refresh using ansible 3) how to identify and list the new packages are available to patch 4) after installation and reboot, how to take the packages which are patched today
@techbeatly3 жыл бұрын
@@arunprasath2803 1. use redhat_subscription module - docs.ansible.com/ansible/latest/collections/community/general/redhat_subscription_module.html 2. You can try with subscription-manager command 3. there are few other modules to use. see docs.ansible.com/ansible/latest/collections/community/general/rhsm_repository_module.html for updating repos. For packages, you need to use standard yum or dnf commands and fetch the output. then process it. You can list out your standard processes /steps and convert to ansible.