create gitea playbook
This commit is contained in:
parent
b8d5f69013
commit
39d39fadce
1 changed files with 7 additions and 0 deletions
7
gitea.yml
Normal file
7
gitea.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
|
---
|
||||||
|
|
||||||
|
- hosts: gitea_host
|
||||||
|
roles:
|
||||||
|
- install_docker
|
||||||
|
- install_gitea
|
Loading…
Reference in a new issue