Automation with Power

 View Only

 Demo video availability

Kaviyarasan Gnanasekaran's profile image
Kaviyarasan Gnanasekaran posted Thu June 05, 2025 02:58 AM

Dear All,

I tried exploring online to find if there are any demo videos available on Ansible playbook executing compile command and an object is successfully created on IBM i machine. 

I would like to see if the playbook is successful and the object is created. Kindly guide me if there is any available.

Rob Gjertsen's profile image
Rob Gjertsen

I am not sure if there are any demo videos that go over this, but you can refer to the CICD usecase playbook in the IBM i collection

at https://github.com/IBM/ansible-for-i/tree/devel/usecases/cicd-cli

that provides a build/compile example (see https://github.com/IBM/ansible-for-i/blob/devel/usecases/cicd-cli/build.yml)

and an example for running the generated executable (see https://github.com/IBM/ansible-for-i/blob/devel/usecases/cicd-cli/post_build_actions.yml).