mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 17:10:41 +00:00
Merge pull request #41 from owncloud-ci/add-winrm
feat: add winrm python dependency
This commit is contained in:
commit
88ab481692
@ -14,7 +14,7 @@ ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-4.0.0}"
|
|||||||
|
|
||||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
||||||
pip3 install -U pip && \
|
pip3 install -U pip && \
|
||||||
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud && \
|
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm && \
|
||||||
apk del --no-cache python3-dev libffi-dev libressl-dev build-base
|
apk del --no-cache python3-dev libffi-dev libressl-dev build-base
|
||||||
|
|
||||||
ADD release/linux/amd64/drone-ansible /bin/
|
ADD release/linux/amd64/drone-ansible /bin/
|
||||||
|
@ -14,7 +14,7 @@ ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-4.0.0}"
|
|||||||
|
|
||||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
||||||
pip3 install -U pip && \
|
pip3 install -U pip && \
|
||||||
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud && \
|
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm && \
|
||||||
apk del --no-cache python3-dev libffi-dev libressl-dev build-base
|
apk del --no-cache python3-dev libffi-dev libressl-dev build-base
|
||||||
|
|
||||||
ADD release/linux/arm/drone-ansible /bin/
|
ADD release/linux/arm/drone-ansible /bin/
|
||||||
|
@ -14,7 +14,7 @@ ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-4.0.0}"
|
|||||||
|
|
||||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
||||||
pip3 install -U pip && \
|
pip3 install -U pip && \
|
||||||
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud && \
|
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm && \
|
||||||
apk del --no-cache python3-dev libffi-dev libressl-dev build-base
|
apk del --no-cache python3-dev libffi-dev libressl-dev build-base
|
||||||
|
|
||||||
ADD release/linux/arm64/drone-ansible /bin/
|
ADD release/linux/arm64/drone-ansible /bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user