Skip to content

WanderlandTravelers/ansible-wpa_supplicant-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0064909 · Oct 15, 2017

History

8 Commits
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017
Oct 4, 2017
Oct 15, 2017
Oct 15, 2017
Oct 15, 2017

Repository files navigation

Ansible wpa_supplicant role

Travis Ansible Role

Ansible role for managing wifi networks. Run man wpa_supplicant.conf for more information

Requirements

Ansible 2.3 or higher

Role Variables

Here is a list of variables you can use to control playback:

  • wpa_cli_reconfigure: Controls whether or not to run wpa_cli reconfigure at the end of playback. Defaults to yes

  • wpa_ctrl_interface: The value for ctrl_interface in /etc/wpa_supplicant/wpa_supplicant.conf. Defaults to DIR=/var/run/wpa_supplicant GROUP=netdev

  • wpa_passphrase: Controls whether or not to run wpa_passphrase to encrypt network passwords. Defaults to yes

  • wpa_networks: A list of network dicts, see molecule/default/playbook.yml for examples. Defaults to []

  • wpa_update_config: The value for update_config in /etc/wpa_supplicant/wpa_supplicant.conf. Defaults to 1

License

MIT

About

Ansible role for managing wifi networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages