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

7
playbooks/docker.yml Normal file
View File

@@ -0,0 +1,7 @@
- name: Install Docker Server
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
become: true
roles:
- base
- jenkins
- docker