You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/roles/prometheus/README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,9 @@
2
2
Creates a systemd service `prometheus` which uses the `podman` user to run a containerised [Prometheus](https://github.com/prometheus/prometheus) monitoring system.
3
3
4
4
Note this contains two task books:
5
-
- `install.yml`: This is safe to run during a Packer build. It pulls the container and creates the systemd unit file.
5
+
- `install.yml`: This is safe to run during a Packer build. It pulls the container image and creates the systemd unit file.
6
6
- `runtime.yml`: This cannot be run during a Packer build. It templates out config and restarts/starts the service as required.
7
7
8
-
## TODO
9
-
- Check upgrading clusters from cloudalchemy.prometheus role works OK. The state dir will be owned by `prometheus` user, not `podman`, but this role should fix that.
10
-
11
8
## Role Variables
12
9
13
10
See `defaults/main.yml`. All variables can be updated by running `runtime.yml`, except the below which require `install.yml` to be run to update:
0 commit comments