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