From 319fe1378c685634c7aee9922f63ea0cf43e0320 Mon Sep 17 00:00:00 2001 From: Davo Date: Sat, 8 Oct 2022 20:02:52 +0200 Subject: [PATCH] copy readme from another projects is not worth --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b359bb9..04e2ab4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ansible role for deploy node-exporter packages and services. You can add custom services or packages via variables bellow. +Ansible role for deploy node-exporter packages and services. You can add custom ports via variables bellow. This role is developed with Ansible 2.9.6 and tested on Ubuntu 20.04 LTS. @@ -18,13 +18,13 @@ To install it, use the following command: ansible-galaxy collection install ansible.posix ``` -## Install basic packages and services with default settings +## Run node-exporter role with default settings ```yaml roles: - sw-node-exporter ``` -## Install basic packages and services with some custom variables +## Run node-exporter role with custom variables ```yaml roles: - sw-node-exporter