11 lines
222 B
Django/Jinja
11 lines
222 B
Django/Jinja
#SPDX-License-Identifier: MIT-0
|
|
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
|