mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-09 18:35:49 +02:00
klal
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
when:
|
||||
- ansible_facts.architecture != "armv7l" and ansible_distribution == "Debian" and ansible_distribution_major_version == "11"
|
||||
|
||||
- name: Install a .deb package from the internet4
|
||||
- name: Install a .deb package from the Debian 12
|
||||
ansible.builtin.apt:
|
||||
# deb: https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian12_all.deb
|
||||
deb: https://repo.zabbix.com/zabbix/7.4/release/debian/pool/main/z/zabbix-release/zabbix-release_latest_7.4+debian12_all.deb
|
||||
@ -122,8 +122,8 @@
|
||||
path: "{{ zabbix_agent_cfg }}"
|
||||
insertafter: '^# ForceActiveChecksOnStart='
|
||||
regexp: "^ForceActiveChecksOnStart=.*"
|
||||
line: "ForceActiveChecksOnStart=1"
|
||||
#
|
||||
line: "ForceActiveChecksOnStart=1"
|
||||
|
||||
- name: Reconfigure zabbix-agent2 hostname
|
||||
ansible.builtin.lineinfile:
|
||||
path: "{{ zabbix_agent_cfg }}"
|
||||
|
Reference in New Issue
Block a user