3
0

Add install_pulsar_agent.yml

This commit is contained in:
2025-06-28 06:01:51 +00:00
parent d05d8a9b84
commit c462621373

17
install_pulsar_agent.yml Normal file
View File

@@ -0,0 +1,17 @@
---
- name: "Engingsight Pulsar Agent installieren"
hosts: "{{ target_host }}"
gather_facts: true
become: true
vars:
pulsar_access_key_id: "NGS_ACCESS_KEY_ID" # Variable anpassen
pulsar_access_key_secret: "NGS_ACCESS_KEY_SECRET" # Variable anpassen
pulsar_api_url: "https://NGS_API_URL" # Variable anpassen
pulsar_show_output: true
pulsar_accept_eula: true
pulsar_license: "server"
pulsar_validate_certs: true
pulsar_cleanup_script: true
roles:
- role: install_ngs-pulsar