Configure Ubuntu fan networkingΒΆ

This example will install the ubuntu-fan package (if it is not already installed), write the config path, and start (or restart) the service.

For a full list of keys, refer to the Fan module schema.

1#cloud-config
2fan:
3  config: |
4    # fan 240
5    10.0.0.0/8 eth0/16 dhcp
6    10.0.0.0/8 eth1/16 dhcp off
7    # fan 241
8    241.0.0.0/8 eth0/16 dhcp
9  config_path: /etc/network/fan