Changeset 16036 for main/waeup-ansible/roles/munin_client
- Timestamp:
- 12 Mar 2020, 08:42:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup-ansible/roles/munin_client/tasks/main.yml
r14930 r16036 3 3 - name: install munin client packages 4 4 apt: 5 name: "{{ item }}" 5 name: [ 6 "munin-node", 7 "munin-common", 8 "munin-plugins-core", 9 "munin-plugins-extra", 10 "lm-sensors"] 6 11 state: present 7 with_items:8 - "munin-node"9 - "munin-common"10 - "munin-plugins-core"11 - "munin-plugins-extra"12 12 13 13 - name: enable remote host ipv4
Note: See TracChangeset for help on using the changeset viewer.