Skip to content

Commit

Permalink
Move option.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Jul 12, 2024
1 parent 4f8c6c6 commit c97bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/agent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ checkmk_agent_auto_activate: 'false'
checkmk_agent_add_host: 'false'
checkmk_agent_discover: 'false'
checkmk_agent_discover_max_parallel_tasks: 0
checkmk_agent_force_foreign_changes: 'false'
checkmk_agent_update: 'false'
checkmk_agent_tls: 'false'
checkmk_agent_configure_firewall: 'true'
Expand All @@ -30,7 +31,6 @@ checkmk_agent_delegate_api_calls: localhost
checkmk_agent_delegate_download: "{{ inventory_hostname }}"
checkmk_agent_host_name: "{{ inventory_hostname }}"
checkmk_agent_folder: "{{ checkmk_var_folder_path | default('/') }}"
checkmk_agent_force_foreign_changes: 'false'
checkmk_agent_host_attributes:
ipaddress: "{{ checkmk_agent_host_ip | default(omit) }}"
checkmk_agent_mode: pull
Expand Down

0 comments on commit c97bec6

Please sign in to comment.