Create group for prometheus on install

This commit is contained in:
2026-01-02 17:33:11 -05:00
parent 5926b84d49
commit b2fa6bf075

View File

@@ -1,3 +1,8 @@
- name: Create Groups
become: true
ansible.builtin.group:
name: prometheus
state: present
- name: Install Prometheus
become: true
become_user: root