Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a remote variable #5824

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion group_vars/checkmk/agent_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ checkmk_agent_edition: cee
checkmk_agent_server_protocol: http
checkmk_agent_server: pulmonitor-staging1.princeton.edu
checkmk_agent_server_port: "{% if checkmk_agent_server_protocol == 'https' %}443{% else %}80{% endif %}"
checkmk_agent_site: "pulmonitor"
checkmk_agent_site: "production"
checkmk_agent_registration_server: "{{ checkmk_agent_server }}"
checkmk_agent_user: "ansible"
checkmk_agent_secret: "{{ vault_ansible_automation_secret }}"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/utils/checkmk_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

vars_files:
- ../../group_vars/all/vault.yml
- ../../group_vars/checkmk/agent_common.yml
- ../../group_vars/checkmk/agent_{{ runtime_env | default('common') }}.yml
- ../../group_vars/checkmk/vault.yml

vars:
Expand Down