Difference between revisions of "Installing sysstat using Ansible"

From wikieduonline
Jump to navigation Jump to search
(Created page with " <pre> #!/usr/bin/env ansible-playbook - hosts: YOUR_HOSTNAME become: yes tasks: - name: Install and start as service sysstat for Ubuntu block: - packag...")
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
+
TOMERGE
  
 
<pre>
 
<pre>
Line 27: Line 27:
 
       when: ansible_distribution == 'Ubuntu'
 
       when: ansible_distribution == 'Ubuntu'
 
</pre>
 
</pre>
 +
 +
== Related ==
 +
* [[Install and configure sysstat using Ansible]]
 +
* <code>[[apt install sysstat]]</code>
 +
* [[sar installation]]
 +
 +
== See also ==
 +
* {{sar}}
 +
* {{Ansible}}
 +
 +
[[Category:Ansible]]

Latest revision as of 08:56, 6 February 2023

Advertising: