diff options
author | William Yeh <william.pjyeh@gmail.com> | 2015-05-15 09:09:13 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2015-05-15 09:09:13 +0800 |
commit | d5790ee49c738ef715a208377908afc8ea0e8e65 (patch) | |
tree | 37c9edda990cfe3ed0042b0ffa38e3d5a7624d35 /centos6-onbuild/Dockerfile | |
parent | a78235d8a46d406849dfa09d4387aa2928e5f462 (diff) | |
download | docker-ansible-d5790ee49c738ef715a208377908afc8ea0e8e65.tar.gz docker-ansible-d5790ee49c738ef715a208377908afc8ea0e8e65.tar.zst docker-ansible-d5790ee49c738ef715a208377908afc8ea0e8e65.zip |
Add: diagnosis info (ansible_* variables) in *-onbuild images.
Diffstat (limited to 'centos6-onbuild/Dockerfile')
-rw-r--r-- | centos6-onbuild/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/centos6-onbuild/Dockerfile b/centos6-onbuild/Dockerfile index cb96493..85f1e18 100644 --- a/centos6-onbuild/Dockerfile +++ b/centos6-onbuild/Dockerfile | |||
@@ -43,6 +43,9 @@ COPY ansible-playbook-wrapper /usr/local/bin/ | |||
43 | 43 | ||
44 | ONBUILD WORKDIR /tmp | 44 | ONBUILD WORKDIR /tmp |
45 | ONBUILD COPY . /tmp | 45 | ONBUILD COPY . /tmp |
46 | ONBUILD RUN \ | ||
47 | echo "===> Diagnosis: host information..." && \ | ||
48 | ansible -c local -m setup all | ||
46 | 49 | ||
47 | 50 | ||
48 | 51 | ||