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

Referring to: https://github.com/IBM/ansible-for-i/blob/devel/plugins/modules/ibmi_sysval.py `ibmi_sysval` module should be able to change sysval values using the `CHGSYSVAL` command and not just perform checking. It should also follow the immutable concept where if...

enhancement

Having an issue when trying to distribute a savf to multiple endpoints simultaneously. It works fine if it's only one node, but once I add in more I get the...

Does ibmi_download_fix_status work? I successfully ordered and downloaded a PTF via Ansible, but this module does not work for me (the status of the order remains unknown). I see that...

The module ibmi_ibm.power_ibmi.ibmi_tcp_server_service can be used to stop or start TCP servers using the state: 'stopped' or state: 'started' If you need to restart a TCP server in a playbook,...

enhancement

The ibmi_user_and_group module should not be idempotent, so when I ask for a profile to be created with some parameters, I want that if it already exists, the module should...

Sample task: ```yml tasks: - name: Copy single PTF from local to remote server ibmi_copy: src: /tmp/repos/ibmi/SI78108.savf lib_name: QGPL force: True backup: True register: results ignore_errors: yes - name: results...

How can we capture al the volumes atached to a vm? nova image create capture only the boot volume.

enhancement

Hello, Do you anyway to upload certificate on IBMi using ansible?

enhancement

Hello, I downloaded the first group and after using the playbook fix_repo_extract_ptf_group, the status moved from downloading to downloaded. I checked on repo_sqlite3 database and the status is "downloaded". I...

Hello, Am using this ansible module to get spool data but it fails with error "Error occurred when run command : iconv -f IBM-000 -t UTF-8 /TMP/.TXT, error:cannot open converter...