3
0

Update ansbile/install_pulsar_agent.yml

This commit is contained in:
2025-08-24 07:59:37 +00:00
parent b5c8f3233f
commit 5481885ed3

View File

@@ -0,0 +1,11 @@
---
- name: "Engingsight Pulsar Agent installieren"
hosts: "{{ target_host }}"
gather_facts: true
become: true
vars:
pulsar_access_key_id: "NGS_ACCESS_KEY_ID" # sensibel, ggf. ansible vault nutzen
pulsar_access_key_secret: "NGS_ACCESS_KEY_SECRET" # sensibel, ggf. ansible vault nutzen
roles:
- role: install_ngs-pulsar