Skip to content

djzager/apb-base

 
 

Repository files navigation

apb-base

This is a base image that can be used to create an Ansible Playbook Bundle.

Debug

To turn on debug mode, set the environment variable BUNDLE_DEBUG=true. This may be easiest to do in the Dockerfile for your APB.

ENV BUNDLE_DEBUG=true

Currently this behavior sets -x for the entrypoint, which the bash documentation explains will "Print commands and their arguments as they are executed".

About

Base image for APB development

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 69.3%
  • Roff 18.2%
  • Makefile 12.5%