mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 23:48:32 +02:00
upt playbook
This commit is contained in:
@ -2,12 +2,9 @@
|
|||||||
name: Install zabbix agent
|
name: Install zabbix agent
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: System details
|
- name: Print all available facts
|
||||||
debug: msg="{{ item }}"
|
ansible.builtin.debug:
|
||||||
with_items:
|
var: ansible_facts
|
||||||
- "{{ ansible_distribution }}"
|
|
||||||
- "{{ ansible_distribution_version }}"
|
|
||||||
- "{{ ansible_distribution_major_version }}"
|
|
||||||
# - name: Upload zabbix package
|
# - name: Upload zabbix package
|
||||||
# ansible.builtin.copy:
|
# ansible.builtin.copy:
|
||||||
# src: packages/zabbix-release_6.4-1+ubuntu22.04_all.deb
|
# src: packages/zabbix-release_6.4-1+ubuntu22.04_all.deb
|
||||||
|
Reference in New Issue
Block a user