ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 393 forks source link

Support different verbosity levels #741

Open geerlingguy opened 7 years ago

geerlingguy commented 7 years ago
ISSUE TYPE
container.yml

N/A

OS / ENVIRONMENT

N/A

SUMMARY

Currently, when I run an ansible-container build, I can choose from two levels of verbosity:

  1. No arguments: almost zero output during the conductor build process. Role task output during the container build process.
  2. --debug: insane amount of output during the conductor build process. -vvvv equivalent of Ansible role task output.

I'm fine with --debug's verbosity... but it would be nice to have a middle ground, and support a style like -v, -vv, etc. with increasing levels of output.

geerlingguy commented 7 years ago

I think the main complaint is around the parts outside of applying roles to the container... sometimes it seems really slow, but I notice there's some CPU activity and network, but no output in the terminal unless I use --debug.