diff --git a/arch/Dockerfile b/arch/Dockerfile new file mode 100644 index 0000000..cb67a26 --- /dev/null +++ b/arch/Dockerfile @@ -0,0 +1,5 @@ +FROM archlinux/base + +RUN pacman -Syuu --noconfirm && pacman -S ansible sshpass python2-passlib python2-netaddr python2-pywinrm python2-dnspython python2-ovirt-engine-sdk python2-jmespath python2-requests-ntlm python2-requests-kerberos python2-requests-credssp --noconfirm + +CMD ["ansible-playbook", "--help"]