networkStep - ODEX-TOS/tos-installer-backend GitHub Wiki

A network is an execution step. This execution step takes no arguments but a network section should be present in the model. It will then try to connect to the network specified in the model section (only if no connection already exists). Lets take a look at the yaml

models:
  - network:
      ssid: "ssid"
      password: "passphrase"
execution:
  - network: # try to connect to a network based on the model information

Note: this step currently only works with wifi. In the future we plan to add PPPoE support