-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible ANSIBLE_STDOUT_CALLBACK = json failed #53
Comments
@vitalyu: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Bug Report
Want to outputs ansible tasks in json representation, but operator fails to run roles
What did you do?
env (following ansible docs for 2.9)
What did you expect to see?
ansible logs within ansible-operator output in json format
What did you see instead? Under which circumstances?
Environment
/language ansible
Kubernetes cluster type:
aks, kind
$ operator-sdk version
operator-sdk version: "v1.31.0", commit: "e67da35ef4fff3e471a208904b2a142b27ae32b1", kubernetes version: "1.26.0", go version: "go1.19.11", GOOS: "linux", GOARCH: "arm64"
Possible Solution
add flags to ansible-operator or using by ansible json output by default for production, because ansible default logs format is to expensive and unusable in logging system
The text was updated successfully, but these errors were encountered: