This commit is contained in:
@@ -18,4 +18,25 @@
|
||||
ipmi_exporter_version: "1.9.0"
|
||||
|
||||
|
||||
|
||||
- name: for proxmox monitoring
|
||||
hosts: proxmoxes
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Install the packages versions
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- python3-pip
|
||||
#state: latest
|
||||
state: present
|
||||
- name: Install exporer
|
||||
ansible.builtin.pip:
|
||||
name: prometheus-pve-exporter
|
||||
break_system_packages: true
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -1,9 +1,13 @@
|
||||
---
|
||||
|
||||
|
||||
- name: packages
|
||||
hosts: all
|
||||
become: true
|
||||
become_method: sudo
|
||||
tasks:
|
||||
- name: Update apt-get repo and cache
|
||||
ansible.builtin.apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
|
||||
- name: Install the packages versions
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
@@ -17,6 +21,7 @@
|
||||
- tree
|
||||
- jq
|
||||
- rsync
|
||||
- unzip
|
||||
|
||||
#state: latest
|
||||
state: present
|
||||
|
1
playbooks/software/angie.yml
Normal file
1
playbooks/software/angie.yml
Normal file
@@ -0,0 +1 @@
|
||||
##### TODO make it reverse-proxy for everything
|
Reference in New Issue
Block a user