Refactor Docker and Kubernetes configurations to update Redis volume mapping and constraints for Docmost service

This commit is contained in:
2024-08-03 22:14:12 +08:00
parent 860ff9e065
commit 42d6e0da78
8 changed files with 1203 additions and 6 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ rke2_version: "v1.28.11+rke2r1"
rke2_install_dir: "/usr/local/bin"
rke2_binary_url: "https://github.com/rancher/rke2/releases/download/{{ rke2_version }}"
ansible_user: furyhawk
ansible_user: user
ansible_become: true
ansible_become_method: sudo
+2 -3
View File
@@ -2,8 +2,7 @@
# Good idea to snapshot all machines and deploy uing cloud-init
[servers]
server1 ansible_host=192.168.50.203
server1 ansible_host=192.168.50.132
[agents]
agent1 ansible_host=192.168.50.205
agent2 ansible_host=192.168.50.209
agent1 ansible_host=192.168.50.131