fix spellchecking
Some checks failed
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-08-18 22:56:30 +02:00
parent 6302d82e4b
commit 2760765b4a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 12 additions and 11 deletions

View File

@ -1 +1,2 @@
Ansible Ansible
ansible-dev-tools

View File

@ -34,7 +34,7 @@ steps:
DOCKER_PASS: DOCKER_PASS:
from_secret: docker_password from_secret: docker_password
PUSHRM_FILE: README.md PUSHRM_FILE: README.md
PUSHRM_SHORT: Ansible dev tools collection PUSHRM_SHORT: Ansible developer tools collection
PUSHRM_TARGET: thegeeklab/${CI_REPO_NAME} PUSHRM_TARGET: thegeeklab/${CI_REPO_NAME}
when: when:
- event: [push, manual] - event: [push, manual]

View File

@ -29,15 +29,15 @@ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl
RUN export CARGO_NET_GIT_FETCH_WITH_CLI=true && \ RUN export CARGO_NET_GIT_FETCH_WITH_CLI=true && \
export USER=root && \ export USER=root && \
echo "Installing requirements ..." && \ echo "Installing requirements ..." && \
pip install -qq --no-cache-dir --upgrade pip && \ pip install -qq --root-user-action --no-cache-dir --upgrade pip && \
pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \ pip install -qq --root-user-action --no-cache-dir boto boto3 botocore apache-libcloud hcloud \
flaky passlib pytest pytest-testinfra && \ flaky passlib pytest pytest-testinfra && \
echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \ echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \
pip install -qq --no-cache-dir ansible=="$ANSIBLE_VERSION" && \ pip install -qq --root-user-action --no-cache-dir ansible=="$ANSIBLE_VERSION" && \
echo "Installing molecule 'v$MOLECULE_VERSION' ..." && \ echo "Installing molecule 'v$MOLECULE_VERSION' ..." && \
pip install --no-cache-dir molecule=="$MOLECULE_VERSION" molecule-plugins[docker] molecule-hetznercloud && \ pip install -qq --root-user-action --no-cache-dir molecule=="$MOLECULE_VERSION" molecule-plugins[docker] molecule-hetznercloud && \
echo "Installing ansible-lint 'v$ANSIBLE_LINT_VERSION' ..." && \ echo "Installing ansible-lint 'v$ANSIBLE_LINT_VERSION' ..." && \
pip install -qq --no-cache-dir ansible-lint=="$ANSIBLE_LINT_VERSION" && \ pip install -qq --root-user-action --no-cache-dir ansible-lint=="$ANSIBLE_LINT_VERSION" && \
apk del .build-deps && \ apk del .build-deps && \
rm -rf /var/cache/apk/* && \ rm -rf /var/cache/apk/* && \
rm -rf /tmp/* && \ rm -rf /tmp/* && \

View File

@ -1,6 +1,6 @@
# ansible-dev-tools # ansible-dev-tools
Ansible dev tools collection Ansible developer tools collection
<!-- spellchecker-disable --> <!-- spellchecker-disable -->
@ -12,13 +12,13 @@ Ansible dev tools collection
<!-- spellchecker-enable --> <!-- spellchecker-enable -->
Ansible dev tools collection Container image with a collection of Ansible developer tools.
## Tools ## Tools
- [ansible](https://github.com/ansible/ansible) - [`ansible`](https://github.com/ansible/ansible)
- [ansible-lint](https://github.com/ansible/ansible-lint) - [`ansible-lint`](https://github.com/ansible/ansible-lint)
- [molecule](https://github.com/ansible/molecule) - [`molecule`](https://github.com/ansible/molecule)
## License ## License