Skip to content

Instantly share code, notes, and snippets.

View theJaxon's full-sized avatar

Jaxon theJaxon

View GitHub Profile
@theJaxon
theJaxon / add.sh
Last active November 23, 2020 12:35 — forked from matti/add.sh
alpine docker add package from edge [testing/community]
apk add --no-cache
-X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
-X http://dl-cdn.alpinelinux.org/alpine/edge/community \
# Package buildah is from testing
buildah \
# Package docker-cli is from community
docker-cli
@theJaxon
theJaxon / ansible-galaxy-find-role-id.sh
Created November 21, 2020 19:13 — forked from pavlov99/ansible-galaxy-find-role-id.sh
Find your role's id in ansible-galaxy
$ ansible-galaxy info YourUser.RoleName | grep -E 'id: [0-9]' | awk {'print $2'}
@theJaxon
theJaxon / README.md
Last active February 7, 2021 09:13 — forked from joyrexus/README.md
collapsible markdown

collapsible markdown?