Skip to content

Commit

Permalink
Create binding module for APB base and hide the implementation. (#93)
Browse files Browse the repository at this point in the history
* Create binding module for APB base and hide the implementation.

* Updated APBs to use asb-modules from ansible-asb-modules rpm.
  • Loading branch information
cfchase authored Jul 27, 2017
1 parent e644f8a commit 1bc1c2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LABEL "com.redhat.apb.spec"=\
"aWQ6IDU1YzUzYTVkLTY1YTYtNGMyNy04OGZjLWUwMjc0MTBiMTg4MgpuYW1lOiBoZWxsby13b3Js\
ZC1hcGIKaW1hZ2U6IGFuc2libGVwbGF5Ym9va2J1bmRsZS9oZWxsby13b3JsZC1hcGIKZGVzY3Jp\
cHRpb246IGhlbGxvLXdvcmxkLWFwYiBkZXNjcmlwdGlvbgpiaW5kYWJsZTogRmFsc2UKYXN5bmM6\
IG9wdGlvbmFsCm1ldGFkYXRhOiAKICBkZXBlbmRlbmNpZXM6IFsnZG9ja2VyLmlvL2Fuc2libGVw\
bGF5Ym9va2J1bmRsZS9oZWxsby13b3JsZDpsYXRlc3QnXQogIApwYXJhbWV0ZXJzOiBbXQogIApy\
ZXF1aXJlZDogW10KICA="
IG9wdGlvbmFsCm1ldGFkYXRhOgogIGRpc3BsYXlOYW1lOiBIZWxsbyBXb3JsZAogIGRlcGVuZGVu\
Y2llczogWydkb2NrZXIuaW8vYW5zaWJsZXBsYXlib29rYnVuZGxlL2hlbGxvLXdvcmxkOmxhdGVz\
dCddCgpwYXJhbWV0ZXJzOiBbXQoKcmVxdWlyZWQ6IFtdCg=="

ADD playbooks /opt/apb/actions
ADD roles /opt/ansible/roles
Expand Down
7 changes: 4 additions & 3 deletions apb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ image: ansibleplaybookbundle/hello-world-apb
description: hello-world-apb description
bindable: False
async: optional
metadata:
metadata:
displayName: Hello World
dependencies: ['docker.io/ansibleplaybookbundle/hello-world:latest']

parameters: []

required: []

0 comments on commit 1bc1c2c

Please sign in to comment.