More miscellanea configured
This commit is contained in:
parent
262767149a
commit
516a42972d
15
site.yml
15
site.yml
@ -93,7 +93,7 @@
|
||||
RewriteEngine On
|
||||
RewriteRule "^http\:" "^https:" [R=302,L]
|
||||
apache_vhosts_ssl:
|
||||
- servername: git.test.desu.ltd
|
||||
- servername: git.desu.ltd
|
||||
extra_parameters: |
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
@ -101,7 +101,7 @@
|
||||
certificate_file: /etc/letsencrypt/live/desu.ltd/fullchain.pem
|
||||
certificate_key_file: /etc/letsencrypt/live/desu.ltd/privkey.pem
|
||||
certificate_chain_file: /etc/letsencrypt/live/desu.ltd/chain.pem
|
||||
- servername: nc.test.desu.ltd
|
||||
- servername: nc.desu.ltd
|
||||
documentroot: /var/www/html/nextcloud
|
||||
certificate_file: /etc/letsencrypt/live/desu.ltd/fullchain.pem
|
||||
certificate_key_file: /etc/letsencrypt/live/desu.ltd/privkey.pem
|
||||
@ -159,7 +159,8 @@
|
||||
nextcloud_admin_pass: "{{ secret_nextcloud_admin_pass }}"
|
||||
nextcloud_version: 19
|
||||
nextcloud_urls:
|
||||
- http://nc.test.desu.ltd:80
|
||||
- http://nc.desu.ltd:80
|
||||
- https://nc.desu.ltd:443
|
||||
nextcloud_config:
|
||||
system:
|
||||
trusted_domains:
|
||||
@ -169,7 +170,7 @@
|
||||
name: nextcloud
|
||||
user: nextcloud
|
||||
pass: "{{ secret_nextcloud_db_pass }}"
|
||||
host: 192.168.122.169
|
||||
host: 192.168.164.156
|
||||
port: 5432
|
||||
become: yes
|
||||
tags: [ web, nextcloud ]
|
||||
@ -183,11 +184,11 @@
|
||||
gitea_db_name: gitea
|
||||
gitea_db_user: gitea
|
||||
gitea_db_password: "{{ secret_gitea_db_pass }}"
|
||||
gitea_http_domain: git.test.desu.ltd
|
||||
gitea_http_domain: git.desu.ltd
|
||||
gitea_oauth2_enabled: no
|
||||
gitea_root_url: http://git.test.desu.ltd
|
||||
gitea_root_url: http://git.desu.ltd
|
||||
gitea_shell: "/bin/bash"
|
||||
gitea_ssh_domain: git.test.desu.ltd
|
||||
gitea_ssh_domain: git.desu.ltd
|
||||
gitea_ssh_port: 22
|
||||
gitea_start_ssh: no
|
||||
gitea_user: git
|
||||
|
Loading…
Reference in New Issue
Block a user