]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: remove cfg80211 module installation
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 26 Jul 2019 15:23:19 +0000 (17:23 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 29 Jul 2019 12:42:45 +0000 (14:42 +0200)
According to this comment [1], this seems to be needed to detect wifi
devices.

In node exporter we can see this:

```
--collector.wifi          Enable the wifi collector (default: disabled).
```

since it's enabled by default and we don't even change this in our
systemd templates for node-exporter, we can easily assume in the end
it's not needed. Therefore, let's remove this.

[1] https://github.com/ceph/ceph-ansible/commit/dbf81b6b5bd6d7e977706a93f9e75b38efe32305#diff-961545214e21efed3b84a9e178927a08L21-L23

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-node-exporter/tasks/setup_container.yml

index add7d1d7b307421050c496045d6e8893b316087d..2dd4dd100a9d000e7ecdd22e4b949773462a45b5 100644 (file)
@@ -7,11 +7,6 @@
     group: root
     mode: 0644
 
-- name: add the cfg80211 module
-  modprobe:
-    name: cfg80211
-    state: present
-
 - name: start the node_exporter service
   systemd:
     name: node_exporter