ansible-for-i icon indicating copy to clipboard operation
ansible-for-i copied to clipboard

the tool is to provide several customized modules for Ansible to manage IBM i systems.

Results 36 ansible-for-i issues
Sort by recently updated
recently updated
newest added

Hello, in module ibmi_ethernet_port, there is an error for "SYSTEM_BOARD_NUMBER": rhri0100_t['sysCdNum'] the right value is sysBdNum and not sysCdNum

Hi Trying to use the ibmi_fix_imgclg module, there exist an error as follows: ``` ansible-playbook --check ptf9.yml -vvv ansible-playbook 2.9.10 config file = /home/QSECOFR/as45g01/ansible.cfg configured module search path = ['/HOME/QSECOFR/.ansible/plugins/modules',...

Normally in Our daily activities we need to see multiple reports generated by a job. Current parameters list of ibmi_spooled_file_data module does contain spool name but it can select only...

Hello, The ibmi_cl_command doesn't seems to work as expected for its return; in version 1.2.0 of the collection the following command return as good stdout_lines: `- ibmi_cl_command: cmd: dspsysval qmaxjob...

### ISSUE The ibmi_sql_execute and ibmi_sql_query modules convert the SQL to uppercase prior to execution. This will cause a problem for any query that uses string literals. ### EXAMPLE Take...

Hi This might not be a real issue I am new to Ansible on IBM i. I am trying to set up some system values through Ansible. I made it...

Hello all, I am testing the playbook check_download_ptf_group.ym with the PTF group SF99738 with no error. Now I want to do the same with another group like SF99704 or SF99668...

I'm not sure if this an Ansible for i or an IBM Open Source issue but I thought I'd start here. ### **Issue:** I'm running a number of playbooks using...

The documentation alludes to the restart option, but the module only accepts 'started' and 'stopped' state: description: - C(started)/C(stopped) are idempotent actions that will not run commands unless necessary. **-...

Can we get a module to assist with sending files from the IFS on one node to another node? The method used isn't important, but I would imagine since we...