Init commit
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
duckpunch 2025-05-02 00:25:01 -07:00
commit 74e54ff125
2 changed files with 31 additions and 0 deletions

28
.drone.yml Normal file
View File

@ -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

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM plugins/ansible
RUN ansible-galaxy install --force ansible.posix community.docker