create gitea playbook

This commit is contained in:
Jean-Marie Mineau 2021-01-25 00:06:35 +01:00
parent b8d5f69013
commit 39d39fadce

7
gitea.yml Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: gitea_host
roles:
- install_docker
- install_gitea