2018-03-09 11:50:17 +00:00
|
|
|
FROM ansibleplaybookbundle/apb-base
|
|
|
|
|
|
|
|
LABEL "com.redhat.apb.spec"=\
|
2018-07-17 02:41:42 +00:00
|
|
|
""
|
2018-03-09 11:50:17 +00:00
|
|
|
|
|
|
|
COPY playbooks /opt/apb/actions
|
|
|
|
COPY . /opt/ansible/roles/{{ role_name }}
|
|
|
|
RUN chmod -R g=u /opt/{ansible,apb}
|
|
|
|
USER apb
|