Changeset 16036


Ignore:
Timestamp:
12 Mar 2020, 08:42:58 (5 years ago)
Author:
uli
Message:

Modernize munin-client role.

With recent ansible versions lists of items are the prefered way to indicate
sets of packages and similar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup-ansible/roles/munin_client/tasks/main.yml

    r14930 r16036  
    33- name: install munin client packages
    44  apt:
    5       name: "{{ item }}"
     5      name: [
     6        "munin-node",
     7        "munin-common",
     8        "munin-plugins-core",
     9        "munin-plugins-extra",
     10        "lm-sensors"]
    611      state: present
    7   with_items:
    8       - "munin-node"
    9       - "munin-common"
    10       - "munin-plugins-core"
    11       - "munin-plugins-extra"
    1212
    1313- name: enable remote host ipv4
Note: See TracChangeset for help on using the changeset viewer.