Skip to content

ansibleplaybookbundle/apb-base

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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".