Skip to content
Snippets Groups Projects
Commit b87bbee4 authored by Jan Luebbe's avatar Jan Luebbe
Browse files

add sysstat task

parent 84ba7287
Branches master
No related tags found
No related merge requests found
- include: hosts.yml - include: hosts.yml
- include: std-packages.yml - include: std-packages.yml
- include: sysstat.yml
- name: Install sysstat
become: true
apt: name=sysstat state=latest
- name: Enable sysstat
become: true
lineinfile: dest='/etc/default/sysstat' regexp='^ENABLED' line='ENABLED="true"' state=present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment