Add a group with all radius
This commit is contained in:
parent
c48fe1ae17
commit
749188e297
2 changed files with 15 additions and 2 deletions
13
hosts
13
hosts
|
@ -549,3 +549,16 @@ proxy.adm.auro.re
|
|||
bdd.adm.auro.re
|
||||
bdd-ovh.adm.auro.re
|
||||
re2o-db.adm.auro.re
|
||||
|
||||
[radius]
|
||||
radius-aurore.adm.auro.re
|
||||
radius-fleming.adm.auro.re
|
||||
radius-fleming-backup.adm.auro.re
|
||||
radius-edc.adm.auro.re
|
||||
radius-edc-backup.adm.auro.re
|
||||
radius-gs.adm.auro.re
|
||||
radius-gs-backup.adm.auro.re
|
||||
radius-pacaterie.adm.auro.re
|
||||
radius-pacaterie-backup.adm.auro.re
|
||||
radius-rives.adm.auro.re
|
||||
radis-rives-backup.adm.auro.re
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
{{ groups['aurore_pve'] + groups['aurore_vm'] | list | sort }}
|
||||
prometheus_postgres_targets:
|
||||
- targets:
|
||||
- bdd.adm.auro.re
|
||||
- {{ groups['bdd'] | list | sort }}
|
||||
prometheus_switch_snmp_targets:
|
||||
- targets:
|
||||
- yggdrasil.switch.auro.re
|
||||
|
@ -158,7 +158,7 @@
|
|||
- prometheus_federate
|
||||
|
||||
#Postgres Exporters
|
||||
- hosts: bdd.adm.auro.re,bdd-ovh.adm.auro.re
|
||||
- hosts: bdd,radius-*.adm.auro.re
|
||||
roles:
|
||||
- prometheus_postgres
|
||||
|
||||
|
|
Loading…
Reference in a new issue