ok like most of us our AIX servers don't have external internet connectivity
As the links, posted by others, stated, I setup dnf on our dev NIM server, with the local toolbox repos installed
our ansible AAP is running on rhel, so the next step is to configure the AAP server to sync the repo to my nim server, to get these repos?
then, would the next step be to implement ansible playbook(s) to have dnf installed (using the power_ibm collection?)
if that is correct, taking a look at that collection's role for bootstrapping (installing dnf) has this in the main.yml
power_aix_bootstrap_rpm_repo_src: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/INSTALLP/ppc
power_aix_bootstrap_rpm_src: rpm.rte
power_aix_bootstrap_yum_repo_src: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc
power_aix_bootstrap_dnf_src_71_72: dnf_bundle_aix_71_72.tar
power_aix_bootstrap_dnf_src_73: dnf_bundle_aix_73.tar
power_aix_bootstrap_dnf_install_script: dnf_installer.sh
power_aix_bootstrap_proxy: None
how would that file get updated to install dnf from the nim server repo, and not try to download from ibm every time?