--- # 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] - name: App Node - DB Stack Deploy hosts: app become: yes roles: - role: db_stack tags: [db_stack]