Configure Ansible Verbosity via Annotation #2091
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
language/ansible
Issue is related to an Ansible operator project
Feature Request
#2087 makes it possible to configure Ansible verbosity via:
ansible-verbosity
command line flagANSIBLE_VERBOSITY_<kind>_<group>
Also, the
maxRunnerArtifacts
(how many old executions ofansible-runner
to keep around) is configurable via an annotation, for exampleansible.operator-sdk/max-runner-artifacts: "100"
.Describe the solution you'd like
It should be possible to make the verbosity configurable via an annotation, for example
ansible.operator-sdk/verbosity: "6"
.The text was updated successfully, but these errors were encountered: