mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
Refactor Docker and Kubernetes configurations to update Redis volume mapping and constraints for Docmost service
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user