https://github.com/opus-codium/puppet-wifi
The wifi module lets you setup your Wi-Fi access points using Puppet.
https://github.com/opus-codium/puppet-wifi
hacktoberfest puppet wifi
Last synced: 4 months ago
JSON representation
The wifi module lets you setup your Wi-Fi access points using Puppet.
- Host: GitHub
- URL: https://github.com/opus-codium/puppet-wifi
- Owner: opus-codium
- License: apache-2.0
- Created: 2018-04-21T10:18:57.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T16:01:56.000Z (12 months ago)
- Last Synced: 2025-02-17T20:44:09.447Z (4 months ago)
- Topics: hacktoberfest, puppet, wifi
- Language: Ruby
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# wifi
[](https://github.com/opus-codium/puppet-wifi/releases)
[](https://forge.puppetlabs.com/opuscodium/wifi)
[](https://forge.puppetlabs.com/opuscodium/wifi)
[](https://forge.puppetlabs.com/opuscodium/wifi)
[](https://forge.puppetlabs.com/opuscodium/wifi)
[](https://github.com/voxpupuli/opuscodium-wifi/blob/master/LICENSE.md)#### Table of Contents
* [Module Description](#module-description)
* [Usage](#usage)
* [Declaring Access Points](#declaring-access-points)## Module Description
The wifi module lets you setup your Wi-Fi access points using Puppet.
## Usage
### Declaring Access Points
Each `wifi::infrastructure` declare a different access point:
```puppet
wifi::infrastructure { 'Rocketjump GGGGG':
psk => '3 words all uppercase',
}wifi::infrastructure { 'Rocketjump Five Gee':
psk => 'three words all uppercase',
}wifi::infrastructure { 'Rocketjump Eff Aiye Vee Ee Gee':
psk => 'THREEWORDS',
}
```