~tieong/ansible-role-gitea

My own gitea setup, it is based on postgresql and drone. Some other values are hardcoded, if you need a role with more options you'll need to look elsewhere.
Updated copyright notices
Added license
Use get_url instead of uri, idempotence for gitea migrate

refs

master
browse  log 

clone

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

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

#Gitea

My own gitea setup, it is based on postgresql and drone. Some other values are hardcoded, if you need a role with more options you'll need to look elsewhere.

#Requirements

ansible-galaxy install -r requirements.yml

#Gitea Variables

gitea_internal_token:
gitea_secret_key: 
gitea_lfs_jwt_token: 
gitea_db_password: 
gitea_admin_username: 
gitea_admin_password: 
gitea_admin_email: 

#Tests

molecule test

#License

GPLv3