]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
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 13:46:58 +0000 (15:46 +0200)
commit1a9043128c2c12fd589dcb3f37c91c3d5110e196
tree94153299de4cac5e36f02b7d222be8ff3590aa98
parentd0ad1cf0f108befd9f3d6d5952eddaa5e5b1385b
dashboard: remove cfg80211 module installation

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>
(cherry picked from commit b9cdf341beaf5a83bf5eec3b64c2c29ee78185ac)
roles/ceph-node-exporter/tasks/setup_container.yml