Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 839 Bytes

task_wpasupconf.rst

File metadata and controls

24 lines (16 loc) · 839 Bytes

Configure /etc/wpa_supplicant.conf

Customize the variables to your needs.

[defaults/main/wpasupconf.yml]

.. literalinclude:: ../../defaults/main/wpasupconf.yml
    :language: yaml
    :emphasize-lines: 3
    :linenos:

.. seealso::

   * Source code :ref:`as_wpasupconf.yml`
   * `Ansible variable precedence: Where should I put a variable?
     <https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable>`_

Warning

  • Don't make any changes to the files in defaults/main. The changes will be overwritten by the update of the role. Customize the default values in the files in vars/main.