~tieong/ansible-role-drone

My own Drone server configuration, it depends on gitea.
Added molecule test
Updated copyright notice
Use get_url instead of uri to download the repo key

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tieong/ansible-role-drone
read/write
git@git.sr.ht:~tieong/ansible-role-drone

You can also use your local clone with git send-email.

#Drone

My own Drone server configuration, it depends on gitea.

#Requirements

ansible-galaxy install -r requirements.yml

#Drone Variables

gitea_client_id
gitea_client_secret
drone_rpc_secret
gitea_domain
drone_domain

#Example Playbook

- hosts: servers
  roles:
     - { role: drone, gitea_domain: example.com }

#Tests

molecule test

#License

GPLv3