AIX

 View Only
  • 1.  New AIX modules are now in Ansible Galaxy

    Posted Thu June 18, 2020 11:06 AM
    A first set of AIX modules focused on patching use cases are now available in a new Ansible Galaxy Power AIX collection.

    https://galaxy.ansible.com/ibm/power_aix

    Please check it out and give us feedback.

    ------------------------------
    Carl Burnett
    DE, Cognitive Systems Software Development
    IBM
    ------------------------------


  • 2.  RE: New AIX modules are now in Ansible Galaxy

    Posted Tue February 08, 2022 10:41 AM
    Hi Carl

    for power_aix collection, I want to use aixpert module, could you tell what is the FQCN for aixpert?
    in my firm, I have to follow the convention to call the the module from vendor collection with FQCN, like:

     - name: using aixpert module
       xxxx.xxxx.aixpert
          mode: apply

    the example is always using the short name, and I could not find the FQCN on the site....
    Thanks for help
    Victor


    ------------------------------
    Victor Liu
    ------------------------------



  • 3.  RE: New AIX modules are now in Ansible Galaxy

    Posted Tue February 08, 2022 04:20 PM

    Hi Victor,

    I will have our Ansible leads look at this and comment.



    ------------------------------
    Carl Burnett
    DE, Cognitive Systems Software Development
    IBM
    ------------------------------



  • 4.  RE: New AIX modules are now in Ansible Galaxy

    Posted Wed February 16, 2022 10:25 AM
    The FQCN is ibm.power_aix 
    In that case:
    - name: using aixpert module
      ibm.power_aix.aixpert
        mode: apply
        profile: /home/xyxy/file.xml

    ------------------------------
    Pedro Torres
    ------------------------------



  • 5.  RE: New AIX modules are now in Ansible Galaxy

    Posted Wed February 16, 2022 10:25 AM

    The FQCN is ibm.power_aix  :

    - name: using aixpert module
      ibm.power_aix.aixpert
        mode: apply
        profile: /home/yyyy/file.xml



    ------------------------------
    Pedro Torres
    ------------------------------