Introduce forward-ssh.sh method & reorganize

- Abandoned update-hosts.sh in favor of loopback SSH forwarding
- Adopted *.local.krislamo.org as a wildcard loopback domain
- Bound Traefik to ports 443/80 on Dockerbox dev
- Removed outdated Gitea config from Dockerbox
- Relocated production playbooks to a new directory
This commit is contained in:
2023-09-15 23:46:45 -04:00
parent b81372c07a
commit 2c4fcbacc3
20 changed files with 111 additions and 91 deletions

23
playbooks/bitwarden.yml Normal file
View File

@@ -0,0 +1,23 @@
# Copyright (C) 2019 Kris Lamoureux
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
- name: Install Bitwarden Server
hosts: bitwardenhosts
become: true
roles:
- base
- jenkins
- docker
- traefik
- bitwarden