ansible-roles/roles/fusioninventory_agent/templates/agent.cfg.j2

8 lines
203 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
server={{ fusinv_uri | join(',') | quote }}
user={{ fusinv_user | quote }}
password={{ fusinv_pass | quote }}
no-p2p
no-httpd
httpd-ip="127.0.0.1"
no-task={{ fusinv_disabled_tasks | join(',') | quote }}