diff --git a/playbooks/web.yml b/playbooks/web.yml index 4befe22..415e3c9 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -51,25 +51,6 @@ - role: nextcloud tags: [ web, nextcloud ] - role: gitea - vars: - # Look and feel - gitea_app_name: "Git Desu" - # Core config - gitea_db_type: postgres - gitea_db_host: 192.168.164.156:5432 - gitea_db_name: gitea-desultd - gitea_db_user: gitea-desultd - gitea_db_password: "{{ secret_gitea_db_pass }}" - gitea_http_domain: git.desu.ltd - gitea_oauth2_enabled: no - gitea_repository_root: /srv/desu.ltd/git - gitea_require_signin: no - gitea_root_url: https://git.desu.ltd - gitea_shell: "/bin/bash" - gitea_ssh_domain: git.desu.ltd - gitea_ssh_port: 22 - gitea_start_ssh: no - gitea_user: git tags: [ web, gitea ] - hosts: web1.9iron.club tasks: