Menu

itop integrate ansible

2020-08-13
2020-11-24
  • issa traore

    issa traore - 2020-08-13

    Hello,
    anyone know how itop can provide the host list to ansible as inventory
    thank you

     
  • Pierre Goiffon

    Pierre Goiffon - 2020-09-23

    Hello,
    Not sure to understand what you're asking for. Can you give more details please ?

     
  • issa traore

    issa traore - 2020-09-23

    Hello,
    i want my itop server to serve as dynamic inventory to ansible

     
  • issa traore

    issa traore - 2020-09-23

    have you ever done that

    best regard

     
  • Pierre Goiffon

    Pierre Goiffon - 2020-09-23

    What do you mean by "serve as dynamic inventory" ?
    There are multiple export possibilities in iTop, a REST service... But I won't be able to help you choose a solution if you don't explain clearly what you're seeking for

     
  • helsinki92

    helsinki92 - 2020-11-24

    I have thought about this a lot and started an implementation but haven't finished yet. I extended the server object and the application solution object with a new attribute

    <class id="ApplicationSolution">
    <fields>
    <field xsi:type="AttributeEnum" id="ansible_object" _delta="define">
    <sql>ansible_object</sql>
    <values _delta="define">
    <value id="yes" _delta="define">yes</value>
    <value id="no" _delta="define">no</value>
    </values>
    <default_value>no</default_value>
    <is_null_allowed>true</is_null_allowed>
    </field></fields></class>

    The idea would be that the application solution defines the group of computers in ansible.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.