From 85adaf51c89a9e3d65369b3f1835e5bbe0c719b5 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 18 Jan 2021 06:25:12 -0600 Subject: [PATCH] Remove redundant config for git.desu.ltd --- playbooks/web.yml | 19 ------------------- 1 file changed, 19 deletions(-) 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: