diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-06-10 01:34:44 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-06-10 01:34:44 +0200 |
commit | 3dfeeaf1c89ca52a67e95d5474f23196afd505cf (patch) | |
tree | 24f42de39ef7b0ab5a1d638f0bdc2101b9cd0f71 /common/openwrt-deploy.yml | |
parent | upgrade standalone kubelet and some apps (diff) |
openwrt: remove nat_traffic collector for prometheus exporter because it produces lots duplicate metrics
Diffstat (limited to 'common/openwrt-deploy.yml')
-rw-r--r-- | common/openwrt-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/openwrt-deploy.yml b/common/openwrt-deploy.yml index 1ef70a5e..ab80637f 100644 --- a/common/openwrt-deploy.yml +++ b/common/openwrt-deploy.yml @@ -14,7 +14,7 @@ hosts: "{{ install_hostname }}" gather_facts: no roles: - - role: openwrt/deploy + - role: installer/openwrt/deploy post_tasks: - name: remove host-keys from ssh known-hosts local_action: command "{{ (inventory_dir, '../remove-known-host.sh') | path_join | realpath }}" "{{ install_hostname }}" |