9 lines
187 B
Docker
9 lines
187 B
Docker
|
FROM ansibleplaybookbundle/apb-base
|
||
|
|
||
|
LABEL "com.redhat.apb.spec"=\
|
||
|
|
||
|
COPY playbooks /opt/apb/actions
|
||
|
COPY . /opt/ansible/roles/{{ role_name }}
|
||
|
RUN chmod -R g=u /opt/{ansible,apb}
|
||
|
USER apb
|