3
0

Update ansible/install_pulsar_agent.yml

This commit is contained in:
2025-08-24 08:00:14 +00:00
parent 5481885ed3
commit 0fc4d6e80f

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