aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prometheus/README.md
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-08-13 14:59:36 +0100
committerGravatar Chris Lovering <[email protected]>2023-08-13 15:54:03 +0100
commit431585b5256a0d08f4f3c33122465a88a93ddcb1 (patch)
tree4cc41cda81655332fa467e6c9c85d1ee9c35b90e /roles/prometheus/README.md
parentServe static files from Turing (#116) (diff)
Move all ansible files to their own folder
Diffstat (limited to 'roles/prometheus/README.md')
-rw-r--r--roles/prometheus/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/prometheus/README.md b/roles/prometheus/README.md
deleted file mode 100644
index febe029..0000000
--- a/roles/prometheus/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Role "prometheus"
-
-Installs and configured Prometheus on target servers.
-
-
-## Variables
-
-- `prometheus_cmdline_options` configures arguments to be added
- to the prometheus command line, and changing it will result in
- a restart.
-
-- `prometheus_configuration` is the prometheus configuration, serialized to
- YAML by Ansible. If unset, the default Prometheus configuration is used.