Add install_pulsar_agent.yml
This commit is contained in:
17
install_pulsar_agent.yml
Normal file
17
install_pulsar_agent.yml
Normal 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
|
||||
Reference in New Issue
Block a user