Giter VIP home page Giter VIP logo

Comments (8)

apenella avatar apenella commented on May 18, 2024

HI @wahello
could you extend you question or give some more context, please?
Folder https://github.com/apenella/go-ansible/tree/master/examples has several examples where you could see how to manage Ansible results.

Thanks!

from go-ansible.

wahello avatar wahello commented on May 18, 2024

@apenella Like executing builtin module setup, if successful, how to obtain the hardware info of the results in code? The result is printed in log.

from go-ansible.

apenella avatar apenella commented on May 18, 2024

Hi @wahello!
go-ansible executes ansible commands. To achieve setup's module results you need to update ansible playbook to do that. You could do it using ansible's debug module.

Let me know if you have any update!
Thanks

from go-ansible.

wahello avatar wahello commented on May 18, 2024

@apenella I must missed something. How to get the print log, excuting this line
err := adhoc.Run(context.TODO()) in examples
when err is nil?.

from go-ansible.

wahello avatar wahello commented on May 18, 2024

I got it.

from go-ansible.

cyberchao avatar cyberchao commented on May 18, 2024

@apenella I must missed something. How to get the print log, excuting this line
err := adhoc.Run(context.TODO()) in examples
when err is nil?.

hi, Have you found a solution?i need to get adhoc result also.

from go-ansible.

apenella avatar apenella commented on May 18, 2024

Hi! @cyberchao
by default, when you run an ad hoc command, its output is printed to stdout.

In case you would manage the output, such as is done when you use json stdout callback, you need to create your own executor and store the command output to a buffer.
Take a look at that example:
https://github.com/apenella/go-ansible/blob/master/examples/json-stdout-ansibleplaybook/json-stdout-ansibleplaybook.go#L31

I hope it could help you! Let me know if you need anything else.

from go-ansible.

wahello avatar wahello commented on May 18, 2024

@apenella Exactly!

Hi! @cyberchao
by default, when you run an ad hoc command, its output is printed to stdout.

In case you would manage the output, such as is done when you use json stdout callback, you need to create your own executor and store the command output to a buffer.
Take a look at that example:
https://github.com/apenella/go-ansible/blob/master/examples/json-stdout-ansibleplaybook/json-stdout-ansibleplaybook.go#L31

I hope it could help you! Let me know if you need anything else.

from go-ansible.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.