diff options
Diffstat (limited to 'os/config/roles')
-rw-r--r-- | os/config/roles/common/tasks/main.yml | 6 | ||||
-rw-r--r-- | os/config/roles/consul/templates/consul.json.j2 | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/os/config/roles/common/tasks/main.yml b/os/config/roles/common/tasks/main.yml index 3baeb01..37cad52 100644 --- a/os/config/roles/common/tasks/main.yml +++ b/os/config/roles/common/tasks/main.yml @@ -28,17 +28,19 @@ - bmon - htop - iftop - - iputils-ping - iotop + - iputils-ping + - pciutils - strace - tcpdump # Networking + - dnsutils # now called bind9-dnsutils + - ethtool - iproute2 # advanced net-tools - iptables # legacy firewall (still used by diplonat) - iptables-persistent - net-tools # basic network tools - nftables # iptables' successor (will replace it eventually) - - dnsutils # now called bind9-dnsutils # Optional / Dispensable #- docker.io # Adrien n'approuve pas (il faut utiliser le repo Docker) - parted diff --git a/os/config/roles/consul/templates/consul.json.j2 b/os/config/roles/consul/templates/consul.json.j2 index a55d351..6172cc4 100644 --- a/os/config/roles/consul/templates/consul.json.j2 +++ b/os/config/roles/consul/templates/consul.json.j2 @@ -27,5 +27,9 @@ "raft_multiplier": 10, "rpc_hold_timeout": "30s", "leave_drain_time": "30s" + }, + "telemetry": { + "disable_hostname": true, + "prometheus_retention_time": "2h" } } |