From 805bcc739eebaf6bdec8d0e95ab45a07b89b3581 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 1 Jul 2021 12:06:30 -0500 Subject: [PATCH] Remove deprecated 9iron varfiles --- playbooks/vars/9iron-apache.yml | 30 ------------------------------ playbooks/vars/9iron-certbot.yml | 10 ---------- playbooks/vars/9iron-gitea.yml | 19 ------------------- 3 files changed, 59 deletions(-) delete mode 100644 playbooks/vars/9iron-apache.yml delete mode 100644 playbooks/vars/9iron-certbot.yml delete mode 100644 playbooks/vars/9iron-gitea.yml diff --git a/playbooks/vars/9iron-apache.yml b/playbooks/vars/9iron-apache.yml deleted file mode 100644 index 09d12ed..0000000 --- a/playbooks/vars/9iron-apache.yml +++ /dev/null @@ -1,30 +0,0 @@ -# vim:ft=ansible: -apache_global_vhost_settings: | - DirectoryIndex index.php index.html - Protocols h2 http/1.1 - - SetHandler "proxy:fcgi://127.0.0.1:9000" - -apache_vhosts: - - servername: nc.9iron.club - extra_parameters: | - Redirect permanent / https://nc.9iron.club/ - - servername: git.9iron.club - extra_parameters: | - Redirect permanent / https://git.9iron.club/ -apache_vhosts_ssl: - - servername: git.9iron.club - extra_parameters: | - ProxyPreserveHost On - ProxyRequests Off - ProxyPass / http://127.0.0.1:3000/ nocanon retry=1 - certificate_file: /etc/letsencrypt/live/nc.9iron.club/fullchain.pem - certificate_key_file: /etc/letsencrypt/live/nc.9iron.club/privkey.pem - certificate_chain_file: /etc/letsencrypt/live/nc.9iron.club/chain.pem - - servername: nc.9iron.club - extra_parameters: | - Header always set Strict-Transport-Security "max-age=31536000" - documentroot: /var/www/nextcloud - certificate_file: /etc/letsencrypt/live/nc.9iron.club/fullchain.pem - certificate_key_file: /etc/letsencrypt/live/nc.9iron.club/privkey.pem - certificate_chain_file: /etc/letsencrypt/live/nc.9iron.club/chain.pem diff --git a/playbooks/vars/9iron-certbot.yml b/playbooks/vars/9iron-certbot.yml deleted file mode 100644 index 7241744..0000000 --- a/playbooks/vars/9iron-certbot.yml +++ /dev/null @@ -1,10 +0,0 @@ -# vim:ft=ansible: -certbot_admin_email: rehashedsalt@cock.li -certbot_create_if_missing: yes -certbot_create_method: standalone -certbot_create_standalone_stop_services: - - apache2 -certbot_certs: - - domains: - - nc.9iron.club - - git.9iron.club diff --git a/playbooks/vars/9iron-gitea.yml b/playbooks/vars/9iron-gitea.yml deleted file mode 100644 index 8efcbc4..0000000 --- a/playbooks/vars/9iron-gitea.yml +++ /dev/null @@ -1,19 +0,0 @@ -# vim:ft=ansible: -# Look and feel -gitea_app_name: "9iron Gitea" -# Core config -gitea_db_type: postgres -gitea_db_host: 172.31.47.215:5432 -gitea_db_name: gitea -gitea_db_user: gitea -gitea_db_password: "{{ secret_gitea_9iron_db_pass }}" -gitea_http_domain: git.9iron.club -gitea_oauth2_enabled: no -gitea_repository_root: /var/gitea -gitea_require_signin: no -gitea_root_url: https://git.9iron.club -gitea_shell: "/bin/bash" -gitea_ssh_domain: git.9iron.club -gitea_ssh_port: 22 -gitea_start_ssh: no -gitea_user: git