mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-16 18:10:38 +00:00
10 lines
190 B
Django/Jinja
10 lines
190 B
Django/Jinja
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
|