Environment_Infrastructure/ansible/test/test-db-post-stack.yml
Murat ÖZDEMİR f6fa947281 Remove iklim-db stack deploy; update Harbor push docs
- ansible: db_stack app_node ve test-db-post-stack'ten artık kullanılmayan stack deploy adımları kaldırıldı (DB servisleri iklimco stack'ine taşındı)
- setup/05: push-harbor-custom-images.sh artık config dosyalarını kendisi üretiyor, init-base.sh ön adımı kaldırıldı
2026-05-13 21:21:22 +03:00

18 lines
547 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# WireGuard client eklemek için group_vars/all/vars.yml içindeki
# wireguard_clients listesine client public key'ini ekleyin.
#
# Sadece WireGuard güncellemek için:
# ansible-playbook test-db-post-stack.yml --vault-password-file=.vault_pass --tags wireguard
- name: DB Node - StorageBox Dizinleri, MongoDB Konfigürasyonu ve WireGuard
hosts: db
become: yes
roles:
- role: db_stack
tags: [db_stack]
- role: wireguard
tags: [wireguard]
# DB stack artık iklimco ana stack'inin parçası; ayrı deploy gerekmez.