12345678910111213141516171819202122232425262728293031323334353637383940 |
- ---
- installation_dir: "/var/lib/"
- slurm_exporter_inst_dir: "/var/lib/slurm-exporter"
- go_pack_url: "https://dl.google.com/go/go1.15.linux-amd64.tar.gz"
- extended_path: "{{ installation_dir }}/go/bin"
- go_exec_path: "{{ installation_dir }}/go/bin/go"
- slurm_exporter_git_repo: "https://github.com/vpenso/prometheus-slurm-exporter.git"
- go_modules_path: "{{ slurm_exporter_inst_dir }}/go/modules"
- slurm_exporter_exec: "{{ slurm_exporter_inst_dir }}/bin/prometheus-slurm-exporter"
- system_path: "/usr/bin"
- stable_commit_id: "00a7dee"
- prometheus_git_repo: "https://github.com/prometheus/prometheus/releases/download/v2.23.0/prometheus-2.23.0.linux-amd64.tar.gz"
- prometheus_inst_path: "/var/lib/prometheus-2.23.0.linux-amd64/"
- prometheus_exec_path: "{{ prometheus_inst_path }}/prometheus"
- system_local_path: "/usr/local/bin"
- prometheus_config_file: "{{ prometheus_inst_path }}/prometheus.yml"
- file_permission: "0755"
- systemd_path_dest: "/etc/systemd/system/"
- slurm_config_file: "slurm_exporter_config.yaml"
|