forked from alt/image-forge
add ansible image
This commit is contained in:
parent
30c0e3df57
commit
704f9912e1
17
org/alt/ansible/Dockerfile.template
Normal file
17
org/alt/ansible/Dockerfile.template
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
FROM {{ registry }}{{ organization }}/node:{{ branch }}
|
||||||
|
|
||||||
|
MAINTAINER alt-cloud
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.title="ansible"
|
||||||
|
LABEL org.opencontainers.image.description="A radically simple IT automation system"
|
||||||
|
LABEL org.opencontainers.image.source="http://www.ansible.com"
|
||||||
|
LABEL org.opencontainers.image.licenses="GPL-3.0"
|
||||||
|
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
||||||
|
|
||||||
|
{{ install_packages(
|
||||||
|
"ansible-vim",
|
||||||
|
"ansible-core",
|
||||||
|
"ansible-lint"
|
||||||
|
) }}
|
||||||
|
|
||||||
|
WORKDIR /etc/ansible/playbooks
|
1
org/alt/ansible/test
Normal file
1
org/alt/ansible/test
Normal file
@ -0,0 +1 @@
|
|||||||
|
ansible --version
|
Loading…
x
Reference in New Issue
Block a user