ansible-for-i
ansible-for-i copied to clipboard
the tool is to provide several customized modules for Ansible to manage IBM i systems.
Problem of timeout is still active We see in: The page you requested cannot be displayed. 500: Internal Server Error "group_info": [ { "error": "The read operation timed out", "url":...
Hi, I'm trying to use the community.general.java_cert module to import certificates to enable SSL/TLS for Navigator for i : - name: Import "{{ item }}" community.general.java_cert: cert_alias: "{{ item }}"...
Hi, I get empty return value on "job_name": "" when I run my task below. Anyone know why? tasks: - name: test ibm.power_ibmi.ibmi_cl_command: cmd: 'DSPMSG MSGQ(QSYSOPR)' register: job Output: {"changed":...
Hello all, I would like to execute a SQL request and I want to have the result to a CSV format file. I am looking for informations on Ansible documentation...
When installing PTFs with module ibmi_fix_imgclg. If a TR is apart of the install and requires and IPL for prerequisites. The process goes: run ansible script, installs ptf, requires IPL...
add apply_type option when passing to sync_apply_ptf_group role.
Referring to issue https://github.com/IBM/ansible-for-i/issues/165 Added `is_cmd5250` parameter to `ibmi_cl_command.py` to explicitly run the command using the `run_command` module instead of `itoolkit_run_command_once` module.
Hi, This is more of a feature request to the IBMi team. Can't we ask them to just provide a proper API instead of scrapping the website slowly? It takes...
add apply_type option to role
Any idea why the different output result? Sample task using command: ```yaml - command: 'system "CHKPRDOPT *OPSYS"' register: chkprdopt ignore_errors: true - debug: var: chkprdopt.stdout ``` Output: ``` ok: [ibmi]...