commit 74e54ff125725263a47955f51738b2277e82b9e5 Author: duckpunch Date: Fri May 2 00:25:01 2025 -0700 Init commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..500ed81 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,28 @@ +kind: pipeline +name: build + +clone: + skip_verify: true + +steps: + - name: build-deploy + image: plugins/docker + settings: + username: duckpunch + password: + from_secret: docker_password + registry: kifu.duckpunch.org + repo: kifu.duckpunch.org/duckpunch/drone-ansible + +volumes: + - name: dockersock + host: + path: /var/run/docker.sock + +trigger: + repo: + - duckpunch/drone-ansible + branch: + - main + event: + - push diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..63d4583 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM plugins/ansible + +RUN ansible-galaxy install --force ansible.posix community.docker