mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 23:50:40 +00:00
feat: add python passlib to support ansible password modules (#121)
This commit is contained in:
parent
5914f11ccc
commit
018dda5ebb
@ -14,7 +14,7 @@ ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-7.1.0}"
|
|||||||
|
|
||||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev build-base && \
|
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev build-base && \
|
||||||
pip3 install -U pip && \
|
pip3 install -U pip && \
|
||||||
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm && \
|
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm passlib && \
|
||||||
apk del --no-cache python3-dev libffi-dev build-base
|
apk del --no-cache python3-dev libffi-dev build-base
|
||||||
|
|
||||||
ADD dist/drone-ansible /bin/
|
ADD dist/drone-ansible /bin/
|
||||||
|
@ -14,7 +14,7 @@ ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-7.1.0}"
|
|||||||
|
|
||||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev build-base && \
|
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev build-base && \
|
||||||
pip3 install -U pip && \
|
pip3 install -U pip && \
|
||||||
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm && \
|
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm passlib && \
|
||||||
apk del --no-cache python3-dev libffi-dev build-base
|
apk del --no-cache python3-dev libffi-dev build-base
|
||||||
|
|
||||||
ADD dist/drone-ansible /bin/
|
ADD dist/drone-ansible /bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user